Skip to content

Commit

Permalink
Zend\Loader\ClassMapAutoloader - Performance improvement zendframewor…
Browse files Browse the repository at this point in the history
  • Loading branch information
fedys authored and wdalmut committed Apr 24, 2014
1 parent 0e4d6c2 commit ebdd28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Loader/ClassMapAutoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function registerAutoloadMap($map)
));
}

$this->map = array_merge($this->map, $map);
$this->map = $map + $this->map;

if (isset($location)) {
$this->mapsLoaded[] = $location;
Expand Down

0 comments on commit ebdd28a

Please sign in to comment.