Skip to content

Commit ee43df6

Browse files
keradusfabpot
authored andcommitted
chore: PHP CS Fixer fixes
1 parent 876b630 commit ee43df6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Tests/Command/Descriptor/HtmlDescriptorTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static function provideContext()
9191
[DUMPED]
9292
</section>
9393
</article>
94-
TXT
94+
TXT,
9595
];
9696

9797
yield 'source full' => [
@@ -127,7 +127,7 @@ public static function provideContext()
127127
[DUMPED]
128128
</section>
129129
</article>
130-
TXT
130+
TXT,
131131
];
132132

133133
yield 'cli' => [
@@ -155,7 +155,7 @@ public static function provideContext()
155155
[DUMPED]
156156
</section>
157157
</article>
158-
TXT
158+
TXT,
159159
];
160160

161161
yield 'request' => [
@@ -189,7 +189,7 @@ public static function provideContext()
189189
[DUMPED]
190190
</section>
191191
</article>
192-
TXT
192+
TXT,
193193
];
194194
}
195195
}

Tests/Dumper/CliDumperTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public static function provideDumpArrayWithColor()
433433
\e[0;38;5;208m"\e[38;5;113mfoo\e[0;38;5;208m" => "\e[1;38;5;113mbar\e[0;38;5;208m"\e[m
434434
\e[0;38;5;208m]\e[m
435435
436-
EOTXT
436+
EOTXT,
437437
];
438438

439439
yield [[], AbstractDumper::DUMP_LIGHT_ARRAY, "\e[0;38;5;208m[]\e[m\n"];
@@ -446,7 +446,7 @@ public static function provideDumpArrayWithColor()
446446
\e[0;38;5;208m"\e[38;5;113mfoo\e[0;38;5;208m" => "\e[1;38;5;113mbar\e[0;38;5;208m"\e[m
447447
\e[0;38;5;208m]\e[m
448448
449-
EOTXT
449+
EOTXT,
450450
];
451451

452452
yield [[], 0, "\e[0;38;5;208m[]\e[m\n"];

0 commit comments

Comments
 (0)