Skip to content

Commit

Permalink
Merge pull request #1933 from nextcloud/automated/noid/stable29-updat…
Browse files Browse the repository at this point in the history
…e-nextcloud-ocp

[stable29] Update nextcloud/ocp dependency
  • Loading branch information
github-actions[bot] authored Jun 6, 2024
2 parents 772691e + da1952f commit 8a142de
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 18 additions & 20 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,45 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.21.1@8c473e2437be8b6a8fd8f630f0f11a16b114c494">
<files psalm-version="5.23.1@8471a896ccea3526b26d082f4461eeea467f10a4">
<file src="lib/Controller/PushController.php">
<UndefinedClass>
<code>IProvider</code>
<code>Manager</code>
<code><![CDATA[IProvider]]></code>
<code><![CDATA[Manager]]></code>
</UndefinedClass>
<UndefinedDocblockClass>
<code><![CDATA[$this->identityProof]]></code>
<code><![CDATA[$this->tokenProvider]]></code>
<code><![CDATA[$this->tokenProvider]]></code>
<code>IProvider</code>
<code>Manager</code>
<code><![CDATA[IProvider]]></code>
<code><![CDATA[Manager]]></code>
</UndefinedDocblockClass>
</file>
<file src="lib/Push.php">
<LessSpecificReturnStatement>
<code>$devices</code>
<code>$otherDevices</code>
<code>$otherDevices</code>
<code>$talkDevices</code>
<code><![CDATA[$otherDevices]]></code>
<code><![CDATA[$otherDevices]]></code>
<code><![CDATA[$talkDevices]]></code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType>
<code><![CDATA[list<array{id: int, uid: string, token: int, deviceidentifier: string, devicepublickey: string, devicepublickeyhash: string, pushtokenhash: string, proxyserver: string, apptype: string}>]]></code>
<code><![CDATA[list<array{id: int, uid: string, token: int, deviceidentifier: string, devicepublickey: string, devicepublickeyhash: string, pushtokenhash: string, proxyserver: string, apptype: string}>]]></code>
</MoreSpecificReturnType>
<UndefinedClass>
<code>$e</code>
<code>$e</code>
<code>ClientException</code>
<code>IProvider</code>
<code>Key</code>
<code>Key</code>
<code>Manager</code>
<code>ServerException</code>
<code><![CDATA[$e]]></code>
<code><![CDATA[$e]]></code>
<code><![CDATA[ClientException]]></code>
<code><![CDATA[IProvider]]></code>
<code><![CDATA[Key]]></code>
<code><![CDATA[Key]]></code>
<code><![CDATA[Manager]]></code>
<code><![CDATA[ServerException]]></code>
</UndefinedClass>
<UndefinedDocblockClass>
<code><![CDATA[$this->keyManager]]></code>
<code><![CDATA[$this->keyManager]]></code>
<code><![CDATA[$this->tokenProvider]]></code>
<code>IProvider</code>
<code>Manager</code>
<code><![CDATA[IProvider]]></code>
<code><![CDATA[Manager]]></code>
</UndefinedDocblockClass>
</file>
</files>

0 comments on commit 8a142de

Please sign in to comment.