generated from worksome/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
44 lines (37 loc) · 1.51 KB
/
phpstan-baseline.neon
File metadata and controls
44 lines (37 loc) · 1.51 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
32
33
34
35
36
37
38
39
40
41
42
43
parameters:
ignoreErrors:
-
message: '#^Parameter \#1 \$name of method Worksome\\CompanyInfo\\CompanyInfo\:\:lookupName\(\) expects string, array\|float\|int\<min, \-1\>\|int\<1, max\>\|string\|true given\.$#'
identifier: argument.type
count: 1
path: src/Commands/CompanyInfoLookupCommand.php
-
message: '#^Parameter \#1 \$number of method Worksome\\CompanyInfo\\CompanyInfo\:\:lookupNumber\(\) expects string, array\|float\|int\<min, \-1\>\|int\<1, max\>\|string\|true given\.$#'
identifier: argument.type
count: 1
path: src/Commands/CompanyInfoLookupCommand.php
-
message: '#^Strict comparison using \!\=\= between non\-empty\-string and false will always evaluate to true\.$#'
identifier: notIdentical.alwaysTrue
count: 1
path: src/Commands/CompanyInfoLookupCommand.php
-
message: '#^Unable to resolve the template type TKey in call to function collect$#'
identifier: argument.templateType
count: 1
path: src/CompanyInfo.php
-
message: '#^Unable to resolve the template type TValue in call to function collect$#'
identifier: argument.templateType
count: 1
path: src/CompanyInfo.php
-
message: '#^Cannot call method instance\(\) on Illuminate\\Contracts\\Foundation\\Application\|null\.$#'
identifier: method.nonObject
count: 1
path: src/Facades/CompanyInfo.php
-
message: '#^Worksome\\CompanyInfo\\Facades\\CompanyInfo facade should not be used\.$#'
identifier: larastanStrictRules.noFacadeRule
count: 1
path: src/Facades/CompanyInfo.php