@@ -22,7 +22,7 @@ |
||
22 | 22 | */ |
23 | 23 | public function __construct($value) |
24 | 24 | { |
25 | - if (!is_float($value) && ! is_int($value)) { |
|
25 | + if (!is_float($value) && !is_int($value)) { |
|
26 | 26 | throw new InvalidTypeException($value, [ 'float' ]); |
27 | 27 | } |
28 | 28 |