Skip to content

Commit 5dfa393

Browse files
authored
Merge pull request #5698 from kenjis/fix-docs-autoloader.rst
docs: fix out of dated description in autoloader.rst
2 parents c5b5369 + 9ddb49d commit 5dfa393

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

user_guide_src/source/concepts/autoloader.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ hard-coding that location into your files in a series of ``requires()`` is a mas
1010
headache and very error-prone. That's where autoloaders come in.
1111

1212
CodeIgniter provides a very flexible autoloader that can be used with very little configuration.
13-
It can locate individual non-namespaced classes, namespaced classes that adhere to
13+
It can locate individual namespaced classes that adhere to
1414
`PSR-4 <https://www.php-fig.org/psr/psr-4/>`_ autoloading
15-
directory structures, and will even attempt to locate classes in common directories (like Controllers,
16-
Models, etc).
15+
directory structures.
1716

1817
For performance improvement, the core CodeIgniter components have been added to the classmap.
1918

0 commit comments

Comments
 (0)