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

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected function setManager(Manager $manager = null)
$manager = self::getDefaultManager();
if (!$manager instanceof Manager) {
throw new Exception\InvalidArgumentException(
'Manager provided is invalid; must implement ManagerInterface interface'
'Manager provided is invalid; must implement ManagerInterface'
);
}
}
Expand Down

0 comments on commit 513214f

Please sign in to comment.