Skip to content

Commit 43b81c4

Browse files
committed
docs: add empty line
1 parent fb3d530 commit 43b81c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

user_guide_src/source/concepts/autoloader.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ arrays: one for the classmap, and one for PSR-4 compatible namespaces.
4949
Namespaces
5050
==========
5151

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

5758
.. literalinclude:: autoloader/001.php

0 commit comments

Comments
 (0)