Skip to content

Commit b2f49be

Browse files
committed
docs: improve explanation
1 parent bbc48dc commit b2f49be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/general/modules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ present, then no auto-discovery will happen for that item, but the others in the
128128
Discovery and Composer
129129
======================
130130

131-
Packages that were installed via Composer will also be discovered by default. This only requires that the namespace
132-
that Composer knows about is a PSR-4 namespace. PSR-0 namespaces will not be detected.
131+
Packages installed via Composer using PSR-4 namespaces will also be discovered by default.
132+
PSR-0 namespaced packages will not be detected.
133133

134134
If you do not want all of Composer's known directories to be scanned when locating files, you can turn this off
135135
by editing the ``$discoverInComposer`` variable in ``Config\Modules.php``::

0 commit comments

Comments
 (0)