forked from laravel/sail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
55 lines (47 loc) · 1.87 KB
/
phpstan-baseline.neon
File metadata and controls
55 lines (47 loc) · 1.87 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
44
45
46
47
48
49
50
51
52
53
54
55
parameters:
ignoreErrors:
-
message: '#^Method Laravel\\Sail\\Console\\AddCommand\:\:replaceEnvVariables\(\) invoked with 1 parameter, 2 required\.$#'
identifier: arguments.count
count: 1
path: src/Console/AddCommand.php
-
message: '#^Method Laravel\\Sail\\Console\\AddCommand\:\:runSetup\(\) should return string but return statement is missing\.$#'
identifier: return.missing
count: 1
path: src/Console/AddCommand.php
-
message: '#^Method Laravel\\Sail\\Console\\BuildCommand\:\:choosePush\(\) should return array but return statement is missing\.$#'
identifier: return.missing
count: 2
path: src/Console/BuildCommand.php
-
message: '#^Result of static method Illuminate\\Support\\Facades\\Config\:\:set\(\) \(void\) is used\.$#'
identifier: staticMethod.void
count: 1
path: src/Console/BuildCommand.php
-
message: '#^Method Laravel\\Sail\\Console\\HelmCommand\:\:choosePush\(\) should return array but return statement is missing\.$#'
identifier: return.missing
count: 2
path: src/Console/HelmCommand.php
-
message: '#^Result of static method Illuminate\\Support\\Facades\\Config\:\:set\(\) \(void\) is used\.$#'
identifier: staticMethod.void
count: 1
path: src/Console/HelmCommand.php
-
message: '#^Method Laravel\\Sail\\Console\\InstallCommand\:\:runSetup\(\) should return string but return statement is missing\.$#'
identifier: return.missing
count: 1
path: src/Console/InstallCommand.php
-
message: '#^Method Laravel\\Sail\\Console\\PublishCommand\:\:runSetup\(\) should return string but return statement is missing\.$#'
identifier: return.missing
count: 1
path: src/Console/PublishCommand.php
-
message: '#^Class RedisSentinel constructor invoked with 1 parameter, 2\-6 required\.$#'
identifier: arguments.count
count: 1
path: src/Redis/PhpRedisSentinelConnector.php