@@ -25,7 +25,7 @@ |
||
25 | 25 | */ |
26 | 26 | public static function fromAttemptedToString($object) : self |
27 | 27 | { |
28 | - if (! is_object($object)) { |
|
28 | + if (!is_object($object)) { |
|
29 | 29 | throw TypeError::fromNonObject($object); |
30 | 30 | } |
31 | 31 |