diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2021-10-22 04:11:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 04:11:24 +0000 |
commit | 4a3234500c44a65c0b2779ca267cbd134e3d5059 (patch) | |
tree | 4d766482b79acbc2270a9afbc098ae6e343de699 /build/psalm-baseline.xml | |
parent | fb18f291488c706abcc58f365fe71e7ece2fca39 (diff) | |
download | nextcloud-server-4a3234500c44a65c0b2779ca267cbd134e3d5059.tar.gz nextcloud-server-4a3234500c44a65c0b2779ca267cbd134e3d5059.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r-- | build/psalm-baseline.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 679e85f1f14..a55b6a2dac1 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1366,12 +1366,6 @@ <code>clearBucket</code> </UndefinedMagicMethod> </file> - <file src="apps/files_external/lib/Lib/Storage/FtpConnection.php"> - <UndefinedConstant occurrences="2"> - <code>FTP_BINARY</code> - <code>FTP_BINARY</code> - </UndefinedConstant> - </file> <file src="apps/files_external/lib/Lib/Storage/SFTP.php"> <InternalMethod occurrences="1"> <code>put</code> @@ -2495,9 +2489,6 @@ <InvalidScalarArgument occurrences="1"> <code>$levelNum</code> </InvalidScalarArgument> - <TypeDoesNotContainType occurrences="1"> - <code>$identifier === false</code> - </TypeDoesNotContainType> </file> <file src="core/Command/Maintenance/DataFingerprint.php"> <InvalidScalarArgument occurrences="1"> @@ -2864,11 +2855,8 @@ </MoreSpecificImplementedParamType> </file> <file src="lib/private/AppFramework/Utility/SimpleContainer.php"> - <UndefinedMethod occurrences="4"> + <UndefinedMethod occurrences="1"> <code>getName</code> - <code>isBuiltin</code> - <code>isBuiltin</code> - <code>isBuiltin</code> </UndefinedMethod> </file> <file src="lib/private/Archive/TAR.php"> |