@@ -331,7 +331,7 @@ |
||
| 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 | } |