@@ -40,9 +40,9 @@ public function dataFormatterOutputProvider(): iterable
4040 4 ,
4141 0 ,
4242 '/data/folder/with space/and unicode 😃/project/folder with unicode 😃/file name with "spaces" and unicode 😃.php:2:Bar ' . PHP_EOL .
43- '/data/folder/with space/and unicode 😃/project/folder with unicode 😃/file name with "spaces" and unicode 😃.php:4:Foo ' . PHP_EOL .
44- '/data/folder/with space/and unicode 😃/project/foo.php:1:Foo ' . PHP_EOL .
45- '/data/folder/with space/and unicode 😃/project/foo.php:5:Bar ' . PHP_EOL ,
43+ '/data/folder/with space/and unicode 😃/project/folder with unicode 😃/file name with "spaces" and unicode 😃.php:4:Foo ' . PHP_EOL .
44+ '/data/folder/with space/and unicode 😃/project/foo.php:1:Foo ' . PHP_EOL .
45+ '/data/folder/with space/and unicode 😃/project/foo.php:5:Bar ' . PHP_EOL ,
4646 ];
4747
4848 yield [
@@ -51,7 +51,7 @@ public function dataFormatterOutputProvider(): iterable
5151 0 ,
5252 2 ,
5353 '?:?:first generic error ' . PHP_EOL .
54- '?:?:second generic error ' . PHP_EOL ,
54+ '?:?:second generic error ' . PHP_EOL ,
5555 ];
5656
5757 yield [
@@ -60,11 +60,11 @@ public function dataFormatterOutputProvider(): iterable
6060 4 ,
6161 2 ,
6262 '?:?:first generic error ' . PHP_EOL .
63- '?:?:second generic error ' . PHP_EOL .
64- '/data/folder/with space/and unicode 😃/project/folder with unicode 😃/file name with "spaces" and unicode 😃.php:2:Bar ' . PHP_EOL .
65- '/data/folder/with space/and unicode 😃/project/folder with unicode 😃/file name with "spaces" and unicode 😃.php:4:Foo ' . PHP_EOL .
66- '/data/folder/with space/and unicode 😃/project/foo.php:1:Foo ' . PHP_EOL .
67- '/data/folder/with space/and unicode 😃/project/foo.php:5:Bar ' . PHP_EOL ,
63+ '?:?:second generic error ' . PHP_EOL .
64+ '/data/folder/with space/and unicode 😃/project/folder with unicode 😃/file name with "spaces" and unicode 😃.php:2:Bar ' . PHP_EOL .
65+ '/data/folder/with space/and unicode 😃/project/folder with unicode 😃/file name with "spaces" and unicode 😃.php:4:Foo ' . PHP_EOL .
66+ '/data/folder/with space/and unicode 😃/project/foo.php:1:Foo ' . PHP_EOL .
67+ '/data/folder/with space/and unicode 😃/project/foo.php:5:Bar ' . PHP_EOL ,
6868 ];
6969 }
7070
0 commit comments