Completed
Push — feature/php7 ( 19379d...153e96 )
by Victor
07:25
created
Math/AbstractMathAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
             throw $this->createNewInvalidNumberException($a);
186 186
         }
187 187
 
188
-        $getType = function ($v, $firstType = null) {
188
+        $getType = function($v, $firstType = null) {
189 189
             $firstType = $firstType ?? self::TYPE_INT;
190 190
 
191 191
             return (strpos($v, '.') !== false) ? self::TYPE_FLOAT : $firstType;
Please login to merge, or discard this patch.