Skip to content

Commit ceeb024

Browse files
committed
minor #11451 Update psr4_class_loader.rst to fix incorrect path in directory structure (siva-epari)
This PR was merged into the 3.4 branch. Discussion ---------- Update psr4_class_loader.rst to fix incorrect path in directory structure Incorrect path shown in directory structure. demo.php refers to /lib/ but directory structure asks to add downloaded components to /libs/ <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- ae0fc1e Update psr4_class_loader.rst
2 parents 02156d6 + ae0fc1e commit ceeb024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/class_loader/psr4_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The directory structure will look like this:
2727

2828
.. code-block:: text
2929
30-
libs/
30+
lib/
3131
ClassLoader/
3232
Psr4ClassLoader.php
3333
...

0 commit comments

Comments
 (0)