mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
chore: update psalm baseline
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
bea82ac656
commit
134fa6779b
1 changed files with 0 additions and 5 deletions
|
|
@ -3719,17 +3719,12 @@
|
|||
<code><![CDATA[$this->mountManager->findByNumericId($numericId)]]></code>
|
||||
<code><![CDATA[$this->mountManager->findByStorageId($storageId)]]></code>
|
||||
<code><![CDATA[$this->mountManager->findIn($mountPoint)]]></code>
|
||||
<code><![CDATA[$this->user]]></code>
|
||||
</LessSpecificReturnStatement>
|
||||
<MoreSpecificReturnType>
|
||||
<code><![CDATA[MountPoint[]]]></code>
|
||||
<code><![CDATA[\OC\Files\Mount\MountPoint[]]]></code>
|
||||
<code><![CDATA[\OC\Files\Mount\MountPoint[]]]></code>
|
||||
<code><![CDATA[\OC\User\User]]></code>
|
||||
</MoreSpecificReturnType>
|
||||
<NullableReturnStatement>
|
||||
<code><![CDATA[$this->user]]></code>
|
||||
</NullableReturnStatement>
|
||||
<UndefinedMethod>
|
||||
<code><![CDATA[remove]]></code>
|
||||
</UndefinedMethod>
|
||||
|
|
|
|||
Loading…
Reference in a new issue