Completed
Push — master ( e3e209...abe869 )
by Alexey
02:14
created
src/Wrapper/Smart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
             return '\PhMap\Wrapper\Json';
84 84
         } elseif (is_object($this->getInputValue())) {
85 85
             return '\PhMap\Mapper\Structure\Object';
86
-        } elseif(is_array($this->getInputValue())) {
86
+        } elseif (is_array($this->getInputValue())) {
87 87
             return '\PhMap\Mapper\Structure\Associative';
88 88
         }
89 89
 
Please login to merge, or discard this patch.