We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25defe4 commit a375386Copy full SHA for a375386
1 file changed
user_guide_src/source/concepts/autoloader.rst
@@ -92,5 +92,5 @@ Composer support is automatically initialized by default. By default, it looks f
92
ROOTPATH.'vendor/autoload.php'. If you need to change the location of that file for any reason, you can modify
93
the value defined in ``Config\Constants.php``.
94
95
-.. note:: If the same namespace is defined in both CodeIgniter and Composer, CodeIgniter's autoloader will
96
- the first one to get a chance to locate the file.
+.. note:: If the same namespace is defined in both CodeIgniter and Composer, CodeIgniter's autoloader will be
+the first one to get a chance to locate the file.
0 commit comments