Passed
Branch 2.0 (912fea)
by G
15:44
created
ecs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use PhpCsFixer\Fixer\ClassNotation\VisibilityRequiredFixer;
6 6
 use Symplify\EasyCodingStandard\Config\ECSConfig;
7 7
 
8
-return static function (ECSConfig $ecsConfig): void {
8
+return static function(ECSConfig $ecsConfig): void {
9 9
     $ecsConfig->paths([
10 10
         __DIR__ . '/src',
11 11
         __DIR__ . '/tests/Behat',
Please login to merge, or discard this patch.
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.