Skip to content

Commit 5ecf70d

Browse files
committed
docs: add missing $
1 parent 0d5a26f commit 5ecf70d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/concepts/autoloader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Namespaces
4747

4848
The recommended method for organizing your classes is to create one or more namespaces for your
4949
application's files. This is most important for any business-logic related classes, entity classes,
50-
etc. The ``psr4`` array in the configuration file allows you to map the namespace to the directory
50+
etc. The ``$psr4`` array in the configuration file allows you to map the namespace to the directory
5151
those classes can be found in:
5252

5353
.. literalinclude:: autoloader/001.php

0 commit comments

Comments
 (0)