forked from composer/satis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
27 lines (22 loc) · 981 Bytes
/
Copy pathphpstan-baseline.neon
File metadata and controls
27 lines (22 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parameters:
ignoreErrors:
-
message: "#^Construct empty\\(\\) is not allowed\\. Use more strict comparison\\.$#"
count: 4
path: src/Builder/ArchiveBuilderHelper.php
-
message: "#^Call to function is_a\\(\\) with Composer\\\\Package\\\\Link and 'Composer\\\\\\\\Package\\\\\\\\Link' will always evaluate to true\\.$#"
count: 1
path: src/PackageSelection/PackageSelection.php
-
message: "#^Call to function is_string\\(\\) with string will always evaluate to true\\.$#"
count: 1
path: src/PackageSelection/PackageSelection.php
-
message: "#^AnonymousClass413ff361b2bd143aba48f1b9c433653f\\:\\:__construct\\(\\) does not call parent constructor from Composer\\\\Package\\\\Archiver\\\\ArchiveManager\\.$#"
count: 1
path: tests/Builder/ArchiveBuilderTest.php
-
message: "#^Offset 'url' on array\\{package\\: array\\} on left side of \\?\\? does not exist\\.$#"
count: 1
path: tests/PackageSelection/PackageSelectionTest.php