File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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" ];
You can’t perform that action at this time.
0 commit comments