Passed
Branch 2.1 (8075ac)
by G
15:57
created
src/Validator/Constraints/VatNumber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
ecs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.