Skip to content

Commit

Permalink
chore: Update baseline after rector refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Oct 15, 2024
1 parent 1580c86 commit be80943
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
</file>
<file src="apps/dav/appinfo/v1/publicwebdav.php">
<InternalMethod>
<code><![CDATA[\OC\Files\Filesystem::logWarningWhenAddingStorageWrapper($previousLog)]]></code>
<code><![CDATA[\OC\Files\Filesystem::logWarningWhenAddingStorageWrapper(false)]]></code>
<code><![CDATA[Filesystem::logWarningWhenAddingStorageWrapper($previousLog)]]></code>
<code><![CDATA[Filesystem::logWarningWhenAddingStorageWrapper(false)]]></code>
</InternalMethod>
<UndefinedGlobalVariable>
<code><![CDATA[$baseuri]]></code>
Expand Down Expand Up @@ -407,7 +407,7 @@
<code><![CDATA[new PreconditionFailed('Cannot filter by non-existing tag', 0, $e)]]></code>
</TooManyArguments>
<UndefinedClass>
<code><![CDATA[\OCA\Circles\Api\v1\Circles]]></code>
<code><![CDATA[Circles]]></code>
</UndefinedClass>
<UndefinedInterfaceMethod>
<code><![CDATA[getPath]]></code>
Expand Down Expand Up @@ -448,13 +448,13 @@
<code><![CDATA[null]]></code>
</NullableReturnStatement>
<UndefinedClass>
<code><![CDATA[\OCA\Circles\Api\v1\Circles]]></code>
<code><![CDATA[\OCA\Circles\Api\v1\Circles]]></code>
<code><![CDATA[Circles]]></code>
<code><![CDATA[Circles]]></code>
</UndefinedClass>
</file>
<file src="apps/dav/lib/Connector/Sabre/ServerFactory.php">
<TooManyArguments>
<code><![CDATA[new \OCA\DAV\Connector\Sabre\QuotaPlugin($view, true)]]></code>
<code><![CDATA[new QuotaPlugin($view, true)]]></code>
</TooManyArguments>
</file>
<file src="apps/dav/lib/Connector/Sabre/ShareTypeList.php">
Expand Down Expand Up @@ -684,7 +684,7 @@
</file>
<file src="apps/encryption/lib/Session.php">
<TooManyArguments>
<code><![CDATA[new Exceptions\PrivateKeyMissingException('please try to log-out and log-in again', 0)]]></code>
<code><![CDATA[new PrivateKeyMissingException('please try to log-out and log-in again', 0)]]></code>
</TooManyArguments>
</file>
<file src="apps/encryption/lib/Util.php">
Expand Down Expand Up @@ -871,8 +871,8 @@
<code><![CDATA[(int)$code]]></code>
</RedundantCast>
<UndefinedClass>
<code><![CDATA[\OCA\Circles\Api\v1\Circles]]></code>
<code><![CDATA[\OCA\Circles\Api\v1\Circles]]></code>
<code><![CDATA[Circles]]></code>
<code><![CDATA[Circles]]></code>
</UndefinedClass>
<UndefinedDocblockClass>
<code><![CDATA[$this->getRoomShareHelper()]]></code>
Expand Down

0 comments on commit be80943

Please sign in to comment.