diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-07-22 12:47:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 12:47:26 +0200 |
commit | f14b8aa34bfb9f7af7b23cfecc09e2fb8f604c1b (patch) | |
tree | 7f02c9fcb169d6b091e39b5db65599a098822c54 /build/psalm-baseline.xml | |
parent | dd4668f935f59cdb21deea38cfd16e6226798da0 (diff) | |
parent | 6e00fe8c26c8d1cd68497911371c3b4b785d903c (diff) | |
download | nextcloud-server-f14b8aa34bfb9f7af7b23cfecc09e2fb8f604c1b.tar.gz nextcloud-server-f14b8aa34bfb9f7af7b23cfecc09e2fb8f604c1b.zip |
Merge pull request #27888 from nextcloud/fix/redis-auth
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index c98f37f8290..dbea3557c13 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4403,10 +4403,6 @@ </ForbiddenCode> </file> <file src="lib/private/RedisFactory.php"> - <InvalidPropertyAssignmentValue occurrences="2"> - <code>new \RedisCluster(null, $config['seeds'], $timeout, $readTimeout)</code> - <code>new \RedisCluster(null, $config['seeds'], $timeout, $readTimeout, false, $config['password'])</code> - </InvalidPropertyAssignmentValue> <InvalidScalarArgument occurrences="1"> <code>\RedisCluster::OPT_SLAVE_FAILOVER</code> </InvalidScalarArgument> |