Passed
Push — master ( ec7ebb...526685 )
by Vitalijs
02:30
created
src/DTOBase.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
     {
134 134
         if (isset($scope->{$key})) {
135 135
             return $scope->{$key};
136
-        }elseif (isset($scope[$key])) {
136
+        } elseif (isset($scope[$key])) {
137 137
             return $scope[$key];
138 138
         }
139 139
 
Please login to merge, or discard this patch.