Skip to content

Commit

Permalink
Update loader.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jan 22, 2017
1 parent def199d commit 4795613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public static function getDeprecatedAliases()
*/
public static function getNamespaces($type = 'psr0')
{
if ($type != 'psr0' && $type != 'psr4')
if ($type !== 'psr0' && $type !== 'psr4')
{
throw new InvalidArgumentException('Type needs to be prs0 or psr4!');
}
Expand Down

0 comments on commit 4795613

Please sign in to comment.