-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
66 lines (54 loc) · 2.98 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
parameters:
ignoreErrors:
-
message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and non\\-empty\\-array\\|non\\-falsy\\-string\\|true results in an error\\.$#"
count: 1
path: src/Console/EnvironmentDecryptCommand.php
-
message: "#^Method Intermax\\\\Veil\\\\Console\\\\EnvironmentDecryptCommand\\:\\:handle\\(\\) with return type void returns int but should not return anything\\.$#"
count: 6
path: src/Console/EnvironmentDecryptCommand.php
-
message: "#^Parameter \\#1 \\.\\.\\.\\$values of method Illuminate\\\\Support\\\\Stringable\\:\\:append\\(\\) expects array\\|string, Illuminate\\\\Support\\\\Stringable given\\.$#"
count: 1
path: src/Console/EnvironmentDecryptCommand.php
-
message: "#^Parameter \\#2 \\$cipher of class Illuminate\\\\Encryption\\\\Encrypter constructor expects string, array\\|string\\|true given\\.$#"
count: 1
path: src/Console/EnvironmentDecryptCommand.php
-
message: "#^Binary operation \"\\.\" between non\\-falsy\\-string and non\\-empty\\-array\\|non\\-falsy\\-string\\|true results in an error\\.$#"
count: 1
path: src/Console/EnvironmentEncryptCommand.php
-
message: "#^Method Intermax\\\\Veil\\\\Console\\\\EnvironmentEncryptCommand\\:\\:handle\\(\\) with return type void returns int but should not return anything\\.$#"
count: 4
path: src/Console/EnvironmentEncryptCommand.php
-
message: "#^Parameter \\#1 \\$cipher of static method Illuminate\\\\Encryption\\\\Encrypter\\:\\:generateKey\\(\\) expects string, array\\|string\\|true given\\.$#"
count: 1
path: src/Console/EnvironmentEncryptCommand.php
-
message: "#^Parameter \\#1 \\$key of method Illuminate\\\\Foundation\\\\Console\\\\EnvironmentEncryptCommand\\:\\:parseKey\\(\\) expects string, array\\|bool\\|string given\\.$#"
count: 1
path: src/Console/EnvironmentEncryptCommand.php
-
message: "#^Parameter \\#1 \\$string of function base64_encode expects string, array\\|bool\\|string given\\.$#"
count: 1
path: src/Console/EnvironmentEncryptCommand.php
-
message: "#^Parameter \\#1 \\.\\.\\.\\$values of method Illuminate\\\\Support\\\\Stringable\\:\\:append\\(\\) expects array\\|string, Illuminate\\\\Support\\\\Stringable given\\.$#"
count: 1
path: src/Console/EnvironmentEncryptCommand.php
-
message: "#^Parameter \\#2 \\$cipher of class Illuminate\\\\Encryption\\\\Encrypter constructor expects string, array\\|string\\|true given\\.$#"
count: 1
path: src/Console/EnvironmentEncryptCommand.php
-
message: "#^Parameter \\#2 \\$second of method Illuminate\\\\Console\\\\View\\\\Components\\\\Factory\\:\\:twoColumnDetail\\(\\) expects string\\|null, array\\|bool\\|string given\\.$#"
count: 1
path: src/Console/EnvironmentEncryptCommand.php
-
message: "#^Parameter \\#2 \\$second of method Illuminate\\\\Console\\\\View\\\\Components\\\\Factory\\:\\:twoColumnDetail\\(\\) expects string\\|null, array\\|string\\|true given\\.$#"
count: 1
path: src/Console/EnvironmentEncryptCommand.php