Completed
Push — master ( 24c89a...7da8a2 )
by n
02:26
created
src/Resolver/ResolverAbstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.