forked from richardregeer/phpunit-coverage-check
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
37 lines (32 loc) · 1.48 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
parameters:
ignoreErrors:
-
message: '#^Method Esi\\CoverageCheck\\CoverageCheck\:\:loadMetrics\(\) never returns false so it can be removed from the return type\.$#'
identifier: return.unusedType
count: 1
path: src/CoverageCheck.php
-
message: '#^Method Esi\\CoverageCheck\\CoverageCheck\:\:loadMetrics\(\) never returns null so it can be removed from the return type\.$#'
identifier: return.unusedType
count: 1
path: src/CoverageCheck.php
-
message: '#^Method Esi\\CoverageCheck\\Style\\CoverageCheckStyle\:\:error\(\) has parameter \$message with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Style/CoverageCheckStyle.php
-
message: '#^Method Esi\\CoverageCheck\\Style\\CoverageCheckStyle\:\:success\(\) has parameter \$message with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Style/CoverageCheckStyle.php
-
message: '#^Method Esi\\CoverageCheck\\Style\\CoverageCheckStyle\:\:table\(\) has parameter \$headers with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Style/CoverageCheckStyle.php
-
message: '#^Method Esi\\CoverageCheck\\Style\\CoverageCheckStyle\:\:table\(\) has parameter \$rows with no value type specified in iterable type array\.$#'
identifier: missingType.iterableValue
count: 1
path: src/Style/CoverageCheckStyle.php