We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bef98 commit 7e72813Copy full SHA for 7e72813
phpstan.neon
@@ -6,8 +6,5 @@ parameters:
6
- tests
7
ignoreErrors:
8
-
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\.$~'
+ message: '~^Method RedisCluster::(info|rawcommand)\(\) invoked with \d+ parameters, .* required\.$~'
13
path: src/Dashboards/Redis/Compatibility/Cluster/RedisCluster.php
0 commit comments