mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Cleanup test exclusions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
110ea0df46
commit
f71b95eaee
1 changed files with 0 additions and 17 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue