Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Debug] Fixed ClassNotFoundFatalErrorHandler
  • Loading branch information
Thomas Ploch committed Oct 9, 2013
1 parent ad7ac02 commit ecee5c2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -122,7 +122,7 @@ private function getClassCandidates($class)
private function findClassInPath($loader, $path, $class)
{
if (!$path = realpath($path)) {
continue;
return array();
}

$classes = array();
Expand Down

0 comments on commit ecee5c2

Please sign in to comment.