-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
36 lines (30 loc) · 1.57 KB
/
phpstan-baseline.neon
File metadata and controls
36 lines (30 loc) · 1.57 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
parameters:
ignoreErrors:
-
message: "#^Constant DB_NAME not found\\.$#"
count: 2
path: object-cache.php
-
message: "#^Function wp_cache_get_multiple\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: object-cache.php
-
message: "#^Function wp_cache_set_multiple\\(\\) has parameter \\$data with no value type specified in iterable type array\\.$#"
count: 1
path: object-cache.php
-
message: "#^Method JazzMan\\\\WPObjectCache\\\\RedisAdapter\\:\\:get_connection_params\\(\\) should return array\\{host\\: string, port\\: int, timeout\\: int, persistent_id\\: string\\|null, prefix\\: string, retry_interval\\: int, read_timeout\\: int, serializer\\: int, \\.\\.\\.\\} but returns array\\{host\\: int\\|string, port\\: int\\|string, timeout\\: int\\|string, persistent_id\\: int\\|string\\|null, prefix\\: int\\|string, retry_interval\\: int\\|string, read_timeout\\: int\\|string, serializer\\: int\\|string, \\.\\.\\.\\}\\.$#"
count: 1
path: object-cache.php
-
message: "#^Method JazzMan\\\\WPObjectCache\\\\RedisAdapter\\:\\:get_multiple\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: object-cache.php
-
message: "#^Parameter \\#1 \\$data of method JazzMan\\\\WPObjectCache\\\\RedisAdapter\\:\\:set_multiple\\(\\) expects array\\{string\\: mixed\\}, array given\\.$#"
count: 1
path: object-cache.php
-
message: "#^Parameter \\#1 \\$message of function error_log expects string, RedisException given\\.$#"
count: 1
path: object-cache.php