Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
nextcloud-command authored Jun 19, 2023
1 parent 7b4084f commit 0fd7b83
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
</MoreSpecificImplementedParamType>
</file>
<file src="3rdparty/sabre/dav/lib/CardDAV/AddressBook.php">
<LessSpecificImplementedReturnType>
<code>array</code>
</LessSpecificImplementedReturnType>
<MoreSpecificImplementedParamType>
<code>$vcardData</code>
</MoreSpecificImplementedParamType>
Expand All @@ -32,7 +29,7 @@
</MoreSpecificImplementedParamType>
</file>
<file src="3rdparty/sabre/dav/lib/CardDAV/Card.php">
<MoreSpecificImplementedParamType occurrences="1">
<MoreSpecificImplementedParamType>
<code>$cardData</code>
</MoreSpecificImplementedParamType>
</file>
Expand Down Expand Up @@ -858,11 +855,6 @@
<code>getSize</code>
</UndefinedInterfaceMethod>
</file>
<file src="apps/encryption/lib/Command/ScanLegacyFormat.php">
<InvalidOperand>
<code><![CDATA[$this->scanFolder($output, '/' . $user)]]></code>
</InvalidOperand>
</file>
<file src="apps/encryption/lib/Crypto/Crypt.php">
<RedundantCondition>
<code>$userSession</code>
Expand Down Expand Up @@ -984,11 +976,6 @@
<code><![CDATA[$this->fileIsEncrypted]]></code>
</TypeDoesNotContainType>
</file>
<file src="apps/files/lib/Command/Scan.php">
<NullArgument>
<code>null</code>
</NullArgument>
</file>
<file src="apps/files/lib/Command/ScanAppData.php">
<NullArgument>
<code>null</code>
Expand Down Expand Up @@ -2744,11 +2731,6 @@
<code>false|string</code>
</ImplementedReturnTypeMismatch>
</file>
<file src="lib/private/Files/ObjectStore/NoopScanner.php">
<MoreSpecificImplementedParamType>
<code>$cacheData</code>
</MoreSpecificImplementedParamType>
</file>
<file src="lib/private/Files/ObjectStore/ObjectStoreStorage.php">
<InvalidScalarArgument>
<code>$source</code>
Expand Down Expand Up @@ -3186,20 +3168,6 @@
<code>\ArrayAccess</code>
</MissingTemplateParam>
</file>
<file src="lib/private/Memcache/Redis.php">
<InvalidMethodCall>
<code>exec</code>
<code>exec</code>
</InvalidMethodCall>
</file>
<file src="lib/private/Metadata/Provider/ExifProvider.php">
<InvalidReturnStatement>
<code>$exifData</code>
</InvalidReturnStatement>
<InvalidReturnType>
<code>array{'gps': FileMetadata, 'size': FileMetadata}</code>
</InvalidReturnType>
</file>
<file src="lib/private/NavigationManager.php">
<ParamNameMismatch>
<code>$id</code>
Expand Down

0 comments on commit 0fd7b83

Please sign in to comment.