Skip to content

Commit

Permalink
[Debug] Show only unique class candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
hason authored and fabpot committed Dec 12, 2014
1 parent e1e4cfc commit db8a3ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -125,7 +125,7 @@ private function getClassCandidates($class)
}
}

return $classes;
return array_unique($classes);
}

/**
Expand Down

0 comments on commit db8a3ae

Please sign in to comment.