@@ -229,7 +229,7 @@ |
||
229 | 229 | && isset($value) |
230 | 230 | && ( |
231 | 231 | \is_scalar($value) && \call_user_func('is_' . $this->getBackingType(), $value) |
232 | - || \is_a($value, (string) $this->getBackingType()) |
|
232 | + || \is_a($value, (string)$this->getBackingType()) |
|
233 | 233 | ) |
234 | 234 | ) |
235 | 235 | ) { |
@@ -20,8 +20,8 @@ |
||
20 | 20 | */ |
21 | 21 | final class SplReflectionEnumHelper |
22 | 22 | { |
23 | - private static ?\ReflectionNamedType $rnts = null; |
|
24 | - private static ?\ReflectionNamedType $rnti = null; |
|
23 | + private static ? \ReflectionNamedType $rnts = null; |
|
24 | + private static ? \ReflectionNamedType $rnti = null; |
|
25 | 25 | |
26 | 26 | private function __construct() |
27 | 27 | { |