Completed
Push — master ( 8d49c2...be74e4 )
by
unknown
46s
created
Zewa/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
      */
38 38
     public function get($key)
39 39
     {
40
-        if (! $this->has($key)) {
40
+        if (!$this->has($key)) {
41 41
             throw new LookupException('Container doesn\'t exist.');
42 42
         }
43 43
 
Please login to merge, or discard this patch.