File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ function {{tempname}}__auto($class_name)
571571 // its called only if the class is not loaded.
572572 $ns = dirname($class_name); // without trailing
573573 $ns = ($ns === '.') ? '' : $ns;
574- $cls = explode($class_name'] ,'\\');
574+ $cls = explode($class_name,'\\');
575575 $cls = end($cls);
576576 // special cases
577577 if (isset($GLOBALS['{{tempname}}__arrautoloadCustom'][$class_name])) {
Original file line number Diff line number Diff line change @@ -556,6 +556,8 @@ reads the composer.json files once.
556556
557557## Version
558558
559+ * 1.21.2 2021-02-15
560+ * Removed wrong "'] " characters.
559561* 1.21.1 2021-02-15
560562 * fixed composer.json (wrong number)
561563* 1.21 2021-02-15
Original file line number Diff line number Diff line change 22 "name" : " eftec/autoloadone" ,
33 "description" : " AutoloadOne is a program that generates an autoload class for PHP." ,
44 "type" : " software" ,
5- "version" : " 1.21.1 " ,
5+ "version" : " 1.21.2 " ,
66 "keywords" : [" php" ," autoload" ],
77 "homepage" : " https://github.com/EFTEC/AutoLoadOne" ,
88 "minimum-stability" : " beta" ,
You can’t perform that action at this time.
0 commit comments