@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | $property = Property::tryFrom($cases[$key]->value); |
24 | 24 | |
25 | - if (! $property instanceof Property) { |
|
25 | + if (!$property instanceof Property) { |
|
26 | 26 | throw new RuntimeException( |
27 | 27 | \sprintf('Property % can not be found', $name) |
28 | 28 | ); |