File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
tests/PHPStan/Command/ErrorFormatter Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ public function dataFormatterOutputProvider(): iterable
94
94
4 Foo
95
95
------ -------------------------------------------------------------------
96
96
97
- ------ ----------
97
+ ------ -----------
98
98
Line foo.php
99
- ------ ----------
99
+ ------ -----------
100
100
1 Foo<Bar>
101
101
5 Bar
102
102
Bar2
103
- 💡 a tip
104
- ------ ----------
103
+ 💡 a tip
104
+ ------ -----------
105
105
106
106
[ERROR] Found 4 errors
107
107
@@ -143,14 +143,14 @@ public function dataFormatterOutputProvider(): iterable
143
143
4 Foo
144
144
------ -------------------------------------------------------------------
145
145
146
- ------ ----------
146
+ ------ -----------
147
147
Line foo.php
148
- ------ ----------
148
+ ------ -----------
149
149
1 Foo<Bar>
150
150
5 Bar
151
151
Bar2
152
- 💡 a tip
153
- ------ ----------
152
+ 💡 a tip
153
+ ------ -----------
154
154
155
155
-- -----------------------
156
156
Error
@@ -195,7 +195,7 @@ public function dataFormatterOutputProvider(): iterable
195
195
------ ----------------
196
196
5 Foobar\Buz
197
197
🪪 foobar.buz
198
- 💡 a tip
198
+ 💡 a tip
199
199
------ ----------------
200
200
201
201
@@ -216,7 +216,7 @@ public function dataFormatterOutputProvider(): iterable
216
216
------ ----------------
217
217
5 Foobar\Buz
218
218
🪪 foobar.buz
219
- 💡 a tip
219
+ 💡 a tip
220
220
------ ----------------
221
221
222
222
You can’t perform that action at this time.
0 commit comments