generated from php-skeetbot/skeetbot-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan-baseline.neon
31 lines (26 loc) · 986 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: "#^Access to an undefined property object\\:\\:\\$uri\\.$#"
count: 1
path: src/DWDWebcam.php
-
message: "#^Cannot access property \\$message on mixed\\.$#"
count: 1
path: src/DWDWebcam.php
-
message: "#^Cannot access property \\$validationStatus on mixed\\.$#"
count: 1
path: src/DWDWebcam.php
-
message: "#^Method PHPSkeetBot\\\\DWDWebcamBot\\\\DWDWebcam\\:\\:getLatestImages\\(\\) should return array\\<int, array\\<string, string\\>\\> but returns array\\<int, array\\<string, array\\|string\\>\\>\\.$#"
count: 2
path: src/DWDWebcam.php
-
message: "#^Parameter \\#3 \\.\\.\\.\\$values of function sprintf expects bool\\|float\\|int\\|string\\|null, mixed given\\.$#"
count: 1
path: src/DWDWebcam.php
-
message: "#^Property PHPSkeetBot\\\\DWDWebcamBot\\\\DWDWebcam\\:\\:\\$lastUpdated \\(array\\<string, int\\>\\) does not accept mixed\\.$#"
count: 1
path: src/DWDWebcam.php