forked from richardregeer/phpunit-coverage-check
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
32 lines (27 loc) · 1.22 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
32 lines (27 loc) · 1.22 KB
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
parameters:
ignoreErrors:
-
rawMessage: '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
-
rawMessage: '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
-
rawMessage: '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
-
rawMessage: '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
-
rawMessage: '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