Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-10-20 19:02:33 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-10-21 11:00:48 +0300
commit88490ea6300ca5c9a0c5ce172c84c1a1fa0cbbeb (patch)
tree51a7460717d3c2ebd9ec6b411ce4caef63b7d437 /build/psalm-baseline.xml
parent49e727fe6a655c01e55c45b36603186f41a6a905 (diff)
Bump Symfony family and friends to v4.4.30
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'build/psalm-baseline.xml')
-rw-r--r--build/psalm-baseline.xml55
1 files changed, 24 insertions, 31 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 63bcfa95791..679e85f1f14 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -791,7 +791,6 @@
</InvalidReturnStatement>
<InvalidReturnType occurrences="1">
<code>string[]</code>
- <code>string[]</code>
</InvalidReturnType>
<MoreSpecificImplementedParamType occurrences="1">
<code>$members</code>
@@ -1016,6 +1015,11 @@
<code>\Sabre\Uri\split($this-&gt;principalInfo['uri'])</code>
</UndefinedFunction>
</file>
+ <file src="apps/encryption/lib/Command/FixEncryptedVersion.php">
+ <TypeDoesNotContainNull occurrences="1">
+ <code>$user === null</code>
+ </TypeDoesNotContainNull>
+ </file>
<file src="apps/encryption/lib/Command/ScanLegacyFormat.php">
<InvalidOperand occurrences="1">
<code>$this-&gt;scanFolder($output, '/' . $user)</code>
@@ -1274,28 +1278,18 @@
<code>$this</code>
</InvalidScope>
</file>
- <file src="apps/files_external/lib/Command/Applicable.php">
- <InvalidArgument occurrences="1">
- <code>$mountId</code>
- </InvalidArgument>
- </file>
- <file src="apps/files_external/lib/Command/Config.php">
- <InvalidArgument occurrences="1">
- <code>$mountId</code>
- </InvalidArgument>
- </file>
<file src="apps/files_external/lib/Command/Delete.php">
- <InvalidArgument occurrences="2">
- <code>$mountId</code>
- <code>$mountId</code>
- </InvalidArgument>
<NullArgument occurrences="1">
<code>null</code>
</NullArgument>
</file>
+ <file src="apps/files_external/lib/Command/ListCommand.php">
+ <InvalidScalarArgument occurrences="1">
+ <code>$userId</code>
+ </InvalidScalarArgument>
+ </file>
<file src="apps/files_external/lib/Command/Notify.php">
- <InvalidArgument occurrences="2">
- <code>$input-&gt;getArgument('mount_id')</code>
+ <InvalidArgument occurrences="1">
<code>$storage</code>
</InvalidArgument>
<InvalidReturnStatement occurrences="1"/>
@@ -1310,9 +1304,6 @@
</UndefinedInterfaceMethod>
</file>
<file src="apps/files_external/lib/Command/Verify.php">
- <InvalidArgument occurrences="1">
- <code>$mountId</code>
- </InvalidArgument>
<InvalidScalarArgument occurrences="2">
<code>$e-&gt;getCode()</code>
<code>$status</code>
@@ -1375,6 +1366,12 @@
<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>
@@ -2285,11 +2282,6 @@
<file src="apps/user_status/lib/Db/UserStatusMapper.php">
<MoreSpecificImplementedParamType occurrences="1"/>
</file>
- <file src="apps/user_status/lib/Service/StatusService.php">
- <MismatchingDocblockParamType occurrences="1">
- <code>string|null</code>
- </MismatchingDocblockParamType>
- </file>
<file src="apps/workflowengine/lib/Check/AbstractStringCheck.php">
<NullArgument occurrences="1">
<code>null</code>
@@ -2503,6 +2495,9 @@
<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">
@@ -2561,11 +2556,6 @@
<code>1</code>
</InvalidScalarArgument>
</file>
- <file src="core/Command/User/Setting.php">
- <InvalidScalarArgument occurrences="1">
- <code>$input-&gt;getOption('default-value')</code>
- </InvalidScalarArgument>
- </file>
<file src="core/Controller/ClientFlowLoginV2Controller.php">
<TypeDoesNotContainType occurrences="1">
<code>!is_string($stateToken)</code>
@@ -2874,8 +2864,11 @@
</MoreSpecificImplementedParamType>
</file>
<file src="lib/private/AppFramework/Utility/SimpleContainer.php">
- <UndefinedMethod occurrences="1">
+ <UndefinedMethod occurrences="4">
<code>getName</code>
+ <code>isBuiltin</code>
+ <code>isBuiltin</code>
+ <code>isBuiltin</code>
</UndefinedMethod>
</file>
<file src="lib/private/Archive/TAR.php">