diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-03-01 04:15:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 04:15:28 +0000 |
commit | 4f6e7017e38a28231d36159138a81953e2c1014a (patch) | |
tree | 3fe95ad23bcdf678c5f02bf2a726bc6260a7ad5a /build | |
parent | ae8a4706cf227edea7f30f2ab34a878fb782e564 (diff) | |
download | nextcloud-server-4f6e7017e38a28231d36159138a81953e2c1014a.tar.gz nextcloud-server-4f6e7017e38a28231d36159138a81953e2c1014a.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index e4aeec1aae7..4747f5ae6ca 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -4098,12 +4098,6 @@ <code>$provider->getThumbnail($file, $maxWidth, $maxHeight)</code> </NullableReturnStatement> </file> - <file src="lib/private/Preview/Movie.php"> - <InvalidScalarArgument occurrences="2"> - <code>$second</code> - <code>$second</code> - </InvalidScalarArgument> - </file> <file src="lib/private/Preview/ProviderV1Adapter.php"> <InvalidReturnStatement occurrences="1"> <code>$thumbnail === false ? null: $thumbnail</code> @@ -4112,14 +4106,6 @@ <code>?IImage</code> </InvalidReturnType> </file> - <file src="lib/private/Preview/ProviderV2.php"> - <InvalidReturnStatement occurrences="1"> - <code>$file->getStorage()->getLocalFile($file->getInternalPath())</code> - </InvalidReturnStatement> - <InvalidReturnType occurrences="1"> - <code>string</code> - </InvalidReturnType> - </file> <file src="lib/private/RedisFactory.php"> <InvalidScalarArgument occurrences="1"> <code>\RedisCluster::OPT_SLAVE_FAILOVER</code> |