Skip to content

Commit 0448d28

Browse files
committed
Fix build
1 parent bfcc2e9 commit 0448d28

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ public function dataFormatterOutputProvider(): iterable
4242
1,
4343
0,
4444
1,
45-
' ---------------------
46-
Error
47-
---------------------
48-
first generic error
49-
---------------------
45+
' -- ---------------------
46+
Error
47+
-- ---------------------
48+
first generic error
49+
-- ---------------------
5050
5151
[ERROR] Found 1 error
5252
@@ -82,12 +82,12 @@ public function dataFormatterOutputProvider(): iterable
8282
1,
8383
0,
8484
2,
85-
' ----------------------
86-
Error
87-
----------------------
88-
first generic error
89-
second generic error
90-
----------------------
85+
' -- ----------------------
86+
Error
87+
-- ----------------------
88+
first generic error
89+
second generic error
90+
-- ----------------------
9191
9292
[ERROR] Found 2 errors
9393
@@ -113,12 +113,12 @@ public function dataFormatterOutputProvider(): iterable
113113
5 Bar
114114
------ ---------
115115
116-
----------------------
117-
Error
118-
----------------------
119-
first generic error
120-
second generic error
121-
----------------------
116+
-- ----------------------
117+
Error
118+
-- ----------------------
119+
first generic error
120+
second generic error
121+
-- ----------------------
122122
123123
[ERROR] Found 6 errors
124124

0 commit comments

Comments
 (0)