diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2023-05-22 14:30:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 14:30:10 +0200 |
commit | b313e2a507776141c320af06bd3369e188bc59b8 (patch) | |
tree | b912e71fe18859eaef7e9a842678ba652c51cde7 | |
parent | f74143be4b09dc9c1b8d336117af1fe2fc8cb91c (diff) | |
parent | 753cf1688c401541fd83af26b93b7deb4fcb4ac6 (diff) | |
download | nextcloud-server-b313e2a507776141c320af06bd3369e188bc59b8.tar.gz nextcloud-server-b313e2a507776141c320af06bd3369e188bc59b8.zip |
Merge pull request #38162 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 72b94dc35d7..355947ffa7e 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -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> @@ -32,7 +29,7 @@ </MoreSpecificImplementedParamType> </file> <file src="3rdparty/sabre/dav/lib/CardDAV/Card.php"> - <MoreSpecificImplementedParamType occurrences="1"> + <MoreSpecificImplementedParamType> <code>$cardData</code> </MoreSpecificImplementedParamType> </file> @@ -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> @@ -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> @@ -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> @@ -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> |