Passed
Push — master ( a02e0c...e76015 )
by Vitor de
04:25
created
src/DTOContext/Context/Base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
             switch ($action) {
61 61
                 case 'get':
62
-                    $return = (isset($this->info[$property]))?
62
+                    $return = (isset($this->info[$property])) ?
63 63
                         $this->info[$property] : null;
64 64
                     break;
65 65
                 
Please login to merge, or discard this patch.