Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit ae4797f

Browse files
authored
Merge pull request #4826 from scottsb/patch-6
Clarify module dependency rule wording
2 parents e01434a + b702d04 commit ae4797f

File tree

1 file changed

+2
-2
lines changed
  • guides/v2.1/contributor-guide/backward-compatible-development

1 file changed

+2
-2
lines changed

guides/v2.1/contributor-guide/backward-compatible-development/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The rules listed do not apply to customization code (e.g. Plugins, Observers, JS
2727

2828
### Composer
2929

30-
#### Introducing a new dependency from an existing module
30+
#### Introducing a new dependency between modules
3131

32-
Introducing a new dependency from an existing module is a backward incompatible change because we cannot guarantee when Magento will enable the required module. As a result, we cannot satisfy the dependency in this way.
32+
Introducing a new dependency on another Magento module from an existing module is a backward incompatible change because we cannot guarantee whether an existing instance of Magento will have the target module enabled.
3333

3434
### PHP
3535

0 commit comments

Comments
 (0)