-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathphpstan-baseline.neon
37 lines (32 loc) · 1.4 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: '#^Parameter \#1 \$array of function usort contains unresolvable type\.$#'
identifier: argument.unresolvableType
count: 1
path: src/Commands/Lister.php
-
message: '#^Parameter \#2 \$callback of function usort contains unresolvable type\.$#'
identifier: argument.unresolvableType
count: 1
path: src/Commands/Lister.php
-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) with ''CodeIgniter\\\\I18n\\\\Time'' and CodeIgniter\\I18n\\Time will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 1
path: tests/unit/CronExpressionTest.php
-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) with ''Closure'' and Closure\(\)\: ''Hello'' will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 1
path: tests/unit/SchedulerTest.php
-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) with ''CodeIgniter\\\\Tasks\\\\Task'' and CodeIgniter\\Tasks\\Task will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 3
path: tests/unit/SchedulerTest.php
-
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertSame\(\) with ''Hello'' and ''Hello'' will always evaluate to true\.$#'
identifier: method.alreadyNarrowedType
count: 1
path: tests/unit/SchedulerTest.php