-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
42 lines (34 loc) · 1.47 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
42 lines (34 loc) · 1.47 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
37
38
39
40
41
parameters:
ignoreErrors:
-
message: "#^Method RemotelyLiving\\\\PHPCacheAdapter\\\\CacheItemPool\\\\CacheItem\\:\\:unserialize\\(\\) has no return typehint specified\\.$#"
count: 1
path: src/CacheItemPool/CacheItem.php
-
message: "#^Method RemotelyLiving\\\\PHPCacheAdapter\\\\CacheItemPool\\\\CacheItem\\:\\:unserialize\\(\\) has parameter \\$serialized with no typehint specified\\.$#"
count: 1
path: src/CacheItemPool/CacheItem.php
-
message: "#^Call to an undefined method Psr\\\\Cache\\\\CacheItemInterface\\:\\:getTTL\\(\\)\\.$#"
count: 1
path: src/CacheItemPool/CacheItemPool.php
-
message: "#^Parameter \\#2 \\$ttl of method Psr\\\\SimpleCache\\\\CacheInterface\\:\\:setMultiple\\(\\) expects DateInterval\\|int\\|null, int\\|string\\|null given\\.$#"
count: 1
path: src/CacheItemPool/CacheItemPool.php
-
message: "#^Parameter \\#1 \\$it of function iterator_to_array expects Traversable, iterable given\\.$#"
count: 1
path: src/SimpleCache/Chain.php
-
message: "#^Argument of an invalid type array\\|false supplied for foreach, only iterables are supported\\.$#"
count: 1
path: src/SimpleCache/Memcached.php
-
message: "#^Parameter \\#1 \\$var of function count expects array\\|Countable, bool given\\.$#"
count: 1
path: src/SimpleCache/Memcached.php
-
message: "#^Parameter \\#3 \\$timeout of method Redis\\:\\:set\\(\\) expects int, int\\|null given\\.$#"
count: 1
path: src/SimpleCache/Redis.php