File tree Expand file tree Collapse file tree
tests/PHPStan/Command/ErrorFormatter Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments