Skip to content

Commit 1a5b7be

Browse files
committed
fix table error formatter test
1 parent 08ef6ce commit 1a5b7be

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/PHPStan/Command/ErrorFormatter/TableErrorFormatterTest.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ public function dataFormatterOutputProvider(): iterable
9494
4 Foo
9595
------ -------------------------------------------------------------------
9696
97-
------ ----------
97+
------ -----------
9898
Line foo.php
99-
------ ----------
99+
------ -----------
100100
1 Foo<Bar>
101101
5 Bar
102102
Bar2
103-
💡 a tip
104-
------ ----------
103+
💡 a tip
104+
------ -----------
105105
106106
[ERROR] Found 4 errors
107107
@@ -143,14 +143,14 @@ public function dataFormatterOutputProvider(): iterable
143143
4 Foo
144144
------ -------------------------------------------------------------------
145145
146-
------ ----------
146+
------ -----------
147147
Line foo.php
148-
------ ----------
148+
------ -----------
149149
1 Foo<Bar>
150150
5 Bar
151151
Bar2
152-
💡 a tip
153-
------ ----------
152+
💡 a tip
153+
------ -----------
154154
155155
-- -----------------------
156156
Error
@@ -195,7 +195,7 @@ public function dataFormatterOutputProvider(): iterable
195195
------ ----------------
196196
5 Foobar\Buz
197197
🪪 foobar.buz
198-
💡 a tip
198+
💡 a tip
199199
------ ----------------
200200
201201
@@ -216,7 +216,7 @@ public function dataFormatterOutputProvider(): iterable
216216
------ ----------------
217217
5 Foobar\Buz
218218
🪪 foobar.buz
219-
💡 a tip
219+
💡 a tip
220220
------ ----------------
221221
222222

0 commit comments

Comments
 (0)