Skip to content

Commit 1781e8a

Browse files
authored
Update Autoload.php
1 parent 37ca471 commit 1781e8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/Config/Autoload.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Autoload extends AutoloadConfig
3434
*```
3535
* $psr4 = [
3636
* 'CodeIgniter' => SYSTEMPATH,
37-
* 'App' => APPPATH
37+
* 'App' => APPPATH
3838
* ];
3939
*```
4040
*
@@ -76,8 +76,8 @@ class Autoload extends AutoloadConfig
7676
*
7777
* Prototype:
7878
* ```
79-
* $files = [
80-
* '/path/to/my/file.php',
79+
* $files = [
80+
* '/path/to/my/file.php',
8181
* ];
8282
* ```
8383
*

0 commit comments

Comments
 (0)