File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ public function process(): void
571
571
}
572
572
$ urlFull = $ this ->dirNameLinux ($ full ); ///folder/subfolder/f1
573
573
$ tmpArr = explode ('/ ' , $ f ); //F1.php
574
- $ basefile = end ($ tmpArr ); // the config name shares the same name than the php but with extension .json
574
+ $ basefile = end ($ tmpArr ); // the config name shares the same name as the php but with extension .json
575
575
if ($ runMe != '' ) {
576
576
switch ($ runMe ) {
577
577
case '@autorun first ' :
@@ -886,7 +886,7 @@ public function parsePHPFile($filename, string &$runMe): array
886
886
}
887
887
888
888
$ isClass = false ;
889
- // A class is defined by a T_CLASS + an space + name of the class.
889
+ // A class is defined by a T_CLASS + a space + name of the class.
890
890
if (is_array ($ token ) && ($ token [0 ] == T_CLASS || $ token [0 ] == T_INTERFACE || $ token [0 ] == T_TRAIT ) &&
891
891
is_array ($ tokens [$ p + 1 ]) && $ tokens [$ p + 1 ][0 ] == T_WHITESPACE ) {
892
892
$ isClass = true ;
Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ AutoloadOne is a program that generates an autoload class (Auto Include) for PHP
4
4
5
5
[ ![ Packagist] ( https://img.shields.io/packagist/v/eftec/autoloadone.svg )] ( https://packagist.org/packages/eftec/autoloadone )
6
6
[ ![ Total Downloads] ( https://poser.pugx.org/eftec/autoloadone/downloads )] ( https://packagist.org/packages/eftec/autoloadone )
7
- [ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2021 .svg )] ( )
7
+ [ ![ Maintenance] ( https://img.shields.io/maintenance/yes/2022 .svg )] ( )
8
8
[ ![ composer] ( https://img.shields.io/badge/composer-%3E1.8-blue.svg )] ( )
9
- [ ![ php] ( https://img.shields.io/badge/php->5.6-green.svg )] ( )
10
- [ ![ php] ( https://img.shields.io/badge/php-7.x-green.svg )] ( )
9
+ [ ![ php] ( https://img.shields.io/badge/php-7.1-green.svg )] ( )
11
10
[ ![ php] ( https://img.shields.io/badge/php-8.x-green.svg )] ( )
12
11
[ ![ CocoaPods] ( https://img.shields.io/badge/docs-60%25-yellow.svg )] ( )
13
12
You can’t perform that action at this time.
0 commit comments