-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
25 lines (22 loc) · 1.71 KB
/
phpstan-baseline.neon
File metadata and controls
25 lines (22 loc) · 1.71 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
parameters:
ignoreErrors:
-
rawMessage: 'Parameter $length of function file_get_contents expects int<0, max>|null, int|null given.'
identifier: argument.type
count: 1
path: src/File.php
-
rawMessage: 'Method chillerlan\UtilitiesTest\StrTest::containsAllProvider() should return array<string, array{array<int, string>, bool, bool}> but returns array{empty: array{array{}, false, true}, filtered: array{array{1, array{}, true}, false, true}, default: array{array{''world'', ''Hello''}, false, true}, ''case mismatch'': array{array{''World'', ''hello''}, false, false}, ''ignore case'': array{array{''World'', ''hello''}, true, true}}.'
identifier: return.type
count: 1
path: tests/StrTest.php
-
rawMessage: 'Method chillerlan\UtilitiesTest\StrTest::containsAnyProvider() should return array<string, array{array<int, string>, bool, bool}> but returns array{empty: array{array{}, false, true}, filtered: array{array{1, array{}, true}, false, true}, default: array{array{''nope'', ''Hello''}, false, true}, ''case mismatch'': array{array{''nope'', ''hello''}, false, false}, ''ignore case'': array{array{''nope'', ''hello''}, true, true}}.'
identifier: return.type
count: 1
path: tests/StrTest.php
-
rawMessage: 'Method chillerlan\UtilitiesTest\StrTest::startsWithProvider() should return array<string, array{array<int, string>, bool, bool}> but returns array{empty: array{array{}, false, true}, filtered: array{array{1, array{}, true}, false, true}, default: array{array{''nope'', ''Hello''}, false, true}, ''case mismatch'': array{array{''nope'', ''hello''}, false, false}, ''ignore case'': array{array{''nope'', ''hello''}, true, true}}.'
identifier: return.type
count: 1
path: tests/StrTest.php