Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
fix #173
Browse files Browse the repository at this point in the history
  • Loading branch information
om3rcitak authored Oct 4, 2016
1 parent e303056 commit dcc4bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AliasManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct($namespace = null)
*/
public function isClassImported($classNS)
{
if (isset($this->aliases[$classNS])) {
if (in_array($classNS, $this->aliases)) {
return true;
}

Expand Down

0 comments on commit dcc4bca

Please sign in to comment.