-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathphpstan-baseline.neon
41 lines (34 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
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^Method App\\\\Http\\\\Clients\\\\GitHub\\\\CachedClient\\:\\:latestRelease\\(\\) should return stdClass but returns mixed\\.$#"
count: 1
path: app/Http/Clients/GitHub/CachedClient.php
-
message: "#^Method App\\\\Http\\\\Clients\\\\GitHub\\\\Client\\:\\:latestRelease\\(\\) should return stdClass but returns mixed\\.$#"
count: 1
path: app/Http/Clients/GitHub/Client.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, bool\\|string given\\.$#"
count: 1
path: config/app.php
-
message: "#^Parameter \\#1 \\$title of static method Illuminate\\\\Support\\\\Str\\:\\:slug\\(\\) expects string, bool\\|string given\\.$#"
count: 1
path: config/cache.php
-
message: "#^Parameter \\#1 \\$title of static method Illuminate\\\\Support\\\\Str\\:\\:slug\\(\\) expects string, bool\\|string given\\.$#"
count: 1
path: config/database.php
-
message: "#^Parameter \\#2 \\$string of function explode expects string, bool\\|string given\\.$#"
count: 1
path: config/logging.php
-
message: "#^Parameter \\#1 \\$url of function parse_url expects string, bool\\|string given\\.$#"
count: 1
path: config/mail.php
-
message: "#^Parameter \\#1 \\$title of static method Illuminate\\\\Support\\\\Str\\:\\:slug\\(\\) expects string, bool\\|string given\\.$#"
count: 1
path: config/session.php