@@ -25,7 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | public string $vatNumberPath = 'vatNumber'; |
| 27 | 27 | |
| 28 | - public function getTargets(): array|string |
|
| 28 | + public function getTargets(): array | string |
|
| 29 | 29 | { |
| 30 | 30 | return [self::CLASS_CONSTRAINT, self::PROPERTY_CONSTRAINT]; |
| 31 | 31 | } |
@@ -4,7 +4,7 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Symplify\EasyCodingStandard\Config\ECSConfig; |
| 6 | 6 | |
| 7 | -return static function (ECSConfig $ecsConfig): void { |
|
| 7 | +return static function(ECSConfig $ecsConfig): void { |
|
| 8 | 8 | $ecsConfig->paths([ |
| 9 | 9 | __DIR__ . '/src', |
| 10 | 10 | __DIR__ . '/tests/Behat', |