-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
17 lines (14 loc) · 728 Bytes
/
Copy pathphpstan-baseline.neon
File metadata and controls
17 lines (14 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
ignoreErrors:
-
message: "#^Parameter \\#2 \\$files of method Ngmy\\\\PharExtractor\\\\Phars\\:\\:extractTo\\(\\) expects array\\<int, string\\>\\|string\\|null, array\\<string\\>\\|bool\\|string\\|null given\\.$#"
count: 1
path: src/Console/Command/Extractor/PharFile.php
-
message: "#^Parameter \\#3 \\$overwrite of method Ngmy\\\\PharExtractor\\\\Phars\\:\\:extractTo\\(\\) expects bool, array\\<string\\>\\|bool\\|string\\|null given\\.$#"
count: 1
path: src/Console/Command/Extractor/PharFile.php
-
message: "#^Parameter \\#2 \\$files of method Phar\\:\\:extractTo\\(\\) expects array\\|string, array\\<int, string\\>\\|string\\|null given\\.$#"
count: 1
path: src/Phar.php