Completed
Push — master ( 046303...9240c5 )
by Jean
02:13
created
src/Arrays.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -331,7 +331,7 @@
 block discarded – undo
331 331
             elseif (is_object($value)) {
332 332
                 if ( ! method_exists($value, 'toNumber')) {
333 333
                     throw new \InvalidArgumentEXception(
334
-                         "Trying to sum a ".get_class($value)." object which cannot be casted as a number. "
334
+                            "Trying to sum a ".get_class($value)." object which cannot be casted as a number. "
335 335
                         ."Please add a toNumber() method."
336 336
                     );
337 337
                 }
Please login to merge, or discard this patch.