Skip to content

Commit 7e72813

Browse files
committed
Update phpstan.neon
1 parent e8bef98 commit 7e72813

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

phpstan.neon

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ parameters:
66
- tests
77
ignoreErrors:
88
-
9-
message: '~^Method RedisCluster::(info|scan|rawcommand)\(\) invoked with \d+ parameters, .* required\.$~'
10-
path: src/Dashboards/Redis/Compatibility/Cluster/RedisCluster.php
11-
-
12-
message: '~^Parameter #3 \$pattern of method RedisCluster::scan\(\) expects int, string given\.$~'
9+
message: '~^Method RedisCluster::(info|rawcommand)\(\) invoked with \d+ parameters, .* required\.$~'
1310
path: src/Dashboards/Redis/Compatibility/Cluster/RedisCluster.php

0 commit comments

Comments
 (0)