Skip to content

Commit cf2f52a

Browse files
keradusfabpot
authored andcommitted
chore: PHP CS Fixer fixes
1 parent 3736ce3 commit cf2f52a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/Command/Descriptor/CliDescriptorTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static function provideContext()
7070
source CliDescriptorTest.php on line 30
7171
file /Users/ogi/symfony/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php
7272
-------- ---------------------------------------------------------------------------------------------------
73-
TXT
73+
TXT,
7474
];
7575

7676
yield 'source full' => [
@@ -93,7 +93,7 @@ public static function provideContext()
9393
file src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php
9494
-------- --------------------------------------------------------------------------------
9595
96-
TXT
96+
TXT,
9797
];
9898

9999
yield 'source with hyperlink' => [
@@ -127,7 +127,7 @@ public static function provideContext()
127127
------ ---------------------------------
128128
date Fri, 14 Dec 2018 16:17:48 +0000
129129
------ ---------------------------------
130-
TXT
130+
TXT,
131131
];
132132

133133
yield 'request' => [
@@ -147,7 +147,7 @@ public static function provideContext()
147147
date Fri, 14 Dec 2018 16:17:48 +0000
148148
controller "FooController.php"
149149
------------ ---------------------------------
150-
TXT
150+
TXT,
151151
];
152152
}
153153
}

0 commit comments

Comments
 (0)