@@ -51,7 +51,7 @@ |
||
| 51 | 51 | throw new UnresolvedException('Something wrong with the container.', 0, $e); |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | - if (! $entry instanceof $returnType) { |
|
| 54 | + if (!$entry instanceof $returnType) { |
|
| 55 | 55 | $type = gettype($entry); |
| 56 | 56 | throw new UnresolvedException("Expected container returns an instance of {$returnType}, {$type} given."); |
| 57 | 57 | } |