Passed
Push — master ( 85042a...341233 )
by Enrico
02:38
created
src/ContainerAwareTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,10 +46,10 @@
 block discarded – undo
46 46
     /**
47 47
      * A shortcut to get a value with a default
48 48
      */
49
-    public function containerGet(String $id, $value=null)
49
+    public function containerGet(String $id, $value = null)
50 50
     {
51 51
         return $this->container->has($id)
52
-        ?$this->container->get($id)
52
+        ? $this->container->get($id)
53 53
         :$value;
54 54
     }
55 55
 }
Please login to merge, or discard this patch.