mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
chore: update psalm baseline
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
0d2c5267e4
commit
a7efbf4e6b
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