-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
phpstan-baseline.neon
32 lines (26 loc) · 954 Bytes
/
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
parameters:
ignoreErrors:
-
message: "#^Method App\\\\Commands\\\\CommitCommand\\:\\:shouldVerify\\(\\) is unused\\.$#"
count: 1
path: app/Commands/CommitCommand.php
-
message: "#^Parameter \\#1 \\$times of function retry expects int, array\\|bool\\|string\\|null given\\.$#"
count: 1
path: app/Commands/CommitCommand.php
-
message: "#^Parameter \\#3 \\$sleepMilliseconds of function retry expects Closure\\|int, array\\|bool\\|string\\|null given\\.$#"
count: 1
path: app/Commands/CommitCommand.php
-
message: "#^Access to protected property App\\\\Macros\\\\StringableMacro\\:\\:\\$value\\.$#"
count: 1
path: app/Macros/StringableMacro.php
-
message: "#^Access to an undefined property App\\\\Support\\\\FoundationSDK\\:\\:\\$stubCallbacks\\.$#"
count: 1
path: app/Support/FoundationSDK.php
-
message: "#^Result of && is always false\\.$#"
count: 1
path: app/Support/helpers.php