diff options
author | J0WI <J0WI@users.noreply.github.com> | 2022-09-02 21:05:05 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2022-12-04 14:51:33 +0100 |
commit | f71b95eaee0eb93b5d77505a7021b2e2cce32e88 (patch) | |
tree | b9ecf6aec4fc810bd88709ca9857b8153c586ade /build | |
parent | 110ea0df46420e61d4e11954b27f333541ef3bfe (diff) | |
download | nextcloud-server-f71b95eaee0eb93b5d77505a7021b2e2cce32e88.tar.gz nextcloud-server-f71b95eaee0eb93b5d77505a7021b2e2cce32e88.zip |
Cleanup test exclusions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index ea4b4f7ba62..d1909a62264 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3679,23 +3679,6 @@ <code>count($obd_values) > 0</code> </RedundantCondition> </file> - <file src="lib/private/legacy/OC_Image.php"> - <ImplementedReturnTypeMismatch occurrences="1"> - <code>null|string</code> - </ImplementedReturnTypeMismatch> - <InvalidArrayOffset occurrences="2"> - <code>$data[floor($p)]</code> - <code>$data[floor($p)]</code> - </InvalidArrayOffset> - <InvalidScalarArgument occurrences="3"> - <code>$this->bitDepth</code> - <code>$x</code> - <code>$y</code> - </InvalidScalarArgument> - <RedundantCondition occurrences="1"> - <code>$isWritable</code> - </RedundantCondition> - </file> <file src="lib/private/legacy/OC_User.php"> <UndefinedClass occurrences="1"> <code>\Test\Util\User\Dummy</code> |