Skip to content

Commit fc9fcf2

Browse files
committed
Regenerate phpstan baseline
1 parent 1fa8d04 commit fc9fcf2

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

phpstan-baseline.neon

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
parameters:
2-
ignoreErrors:
3-
- message: "#^Offset string on array\\{\\} on left side of \\?\\?\\= does not exist\\.$#"
4-
count: 1
5-
path: src/MarkdownFormatter.php
2+
ignoreErrors:
3+
-
4+
message: "#^Offset string on array\\{\\} on left side of \\?\\?\\= does not exist\\.$#"
5+
count: 1
6+
path: src/FullMarkdownFormatter.php
67

7-
- message: "#^Parameter \\#1 \\$path of function realpath expects string, string\\|false given\\.$#"
8-
count: 1
9-
path: src/MarkdownFormatter.php
8+
-
9+
message: "#^Parameter \\#1 \\$path of function realpath expects string, string\\|false given\\.$#"
10+
count: 1
11+
path: src/FullMarkdownFormatter.php
1012

11-
- message: "#^Parameter \\#1 \\$path of function realpath expects string, string\\|false given\\.$#"
12-
count: 1
13-
path: src/TextFormatter.php
13+
-
14+
message: "#^Parameter \\#1 \\$path of function realpath expects string, string\\|false given\\.$#"
15+
count: 1
16+
path: src/TextFormatter.php

0 commit comments

Comments
 (0)