File tree 3 files changed +4
-2
lines changed
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)
571
571
// its called only if the class is not loaded.
572
572
$ns = dirname($class_name); // without trailing
573
573
$ns = ($ns === '.') ? '' : $ns;
574
- $cls = explode($class_name'] ,'\\');
574
+ $cls = explode($class_name,'\\');
575
575
$cls = end($cls);
576
576
// special cases
577
577
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.
556
556
557
557
## Version
558
558
559
+ * 1.21.2 2021-02-15
560
+ * Removed wrong "'] " characters.
559
561
* 1.21.1 2021-02-15
560
562
* fixed composer.json (wrong number)
561
563
* 1.21 2021-02-15
Original file line number Diff line number Diff line change 2
2
"name" : " eftec/autoloadone" ,
3
3
"description" : " AutoloadOne is a program that generates an autoload class for PHP." ,
4
4
"type" : " software" ,
5
- "version" : " 1.21.1 " ,
5
+ "version" : " 1.21.2 " ,
6
6
"keywords" : [" php" ," autoload" ],
7
7
"homepage" : " https://github.com/EFTEC/AutoLoadOne" ,
8
8
"minimum-stability" : " beta" ,
You can’t perform that action at this time.
0 commit comments