Compare commits

...

1 Commits

Author SHA1 Message Date
Dariusz Ruminski c77176c94f CS: general fixes 2015-12-01 23:08:33 +01:00
+1 -1
View File
@@ -97,7 +97,7 @@ class ClassLoader
$paths
));
} elseif (!in_array($paths, $this->prefixes[$prefix])) {
$this->prefixes[$prefix][] = $paths;
$this->prefixes[$prefix][] = $paths;
}
} else {
$this->prefixes[$prefix] = array_unique((array) $paths);