-
Notifications
You must be signed in to change notification settings - Fork 16
/
phpstan-baseline.neon
26 lines (22 loc) · 1006 Bytes
/
phpstan-baseline.neon
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: "#^Method PhpFuzzer\\\\Fuzzer\\:\\:handleFuzzCommand\\(\\) has parameter \\$getOpt with no value type specified in iterable type GetOpt\\\\GetOpt\\.$#"
count: 1
path: src/Fuzzer.php
-
message: "#^Method PhpFuzzer\\\\Fuzzer\\:\\:handleMinimizeCrashCommand\\(\\) has parameter \\$getOpt with no value type specified in iterable type GetOpt\\\\GetOpt\\.$#"
count: 1
path: src/Fuzzer.php
-
message: "#^Method PhpFuzzer\\\\Fuzzer\\:\\:handleReportCoverage\\(\\) has parameter \\$getOpt with no value type specified in iterable type GetOpt\\\\GetOpt\\.$#"
count: 1
path: src/Fuzzer.php
-
message: "#^Method PhpFuzzer\\\\Fuzzer\\:\\:handleRunSingleCommand\\(\\) has parameter \\$getOpt with no value type specified in iterable type GetOpt\\\\GetOpt\\.$#"
count: 1
path: src/Fuzzer.php
-
message: "#^Access to an undefined property PhpParser\\\\Node\\:\\:\\$stmts\\.$#"
count: 1
path: src/Instrumentation/Visitor.php