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.
src/DTOContext/Manager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,8 @@
 block discarded – undo
47 47
         $contextName,
48 48
         DataWrapper\DataWrapperInterface $dataWrapper
49 49
     ) {
50
-         return $this->getFactory()
51
-             ->build($contextName, $dataWrapper);
50
+            return $this->getFactory()
51
+                ->build($contextName, $dataWrapper);
52 52
     }
53 53
 
54 54
     /**
Please login to merge, or discard this patch.