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:
authornextcloud-command <nextcloud-command@users.noreply.github.com>2022-11-07 07:24:52 +0300
committerGitHub <noreply@github.com>2022-11-07 07:24:52 +0300
commit26c2144bd1086c7d4ed727c9ba7b6c595d36882d (patch)
tree4866bb5bfa97e01198a1dc3fce4377ba183d2546
parented03a0c217988ab8a26c6b4a71e098ff3cfd934a (diff)
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
-rw-r--r--build/psalm-baseline.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml
index 9e50ec46011..df363b47270 100644
--- a/build/psalm-baseline.xml
+++ b/build/psalm-baseline.xml
@@ -1533,27 +1533,6 @@
<code>$uid</code>
</ParamNameMismatch>
</file>
- <file src="apps/user_ldap/lib/Wizard.php">
- <FalsableReturnStatement occurrences="2">
- <code>false</code>
- <code>false</code>
- </FalsableReturnStatement>
- <InvalidDocblock occurrences="3">
- <code>private function checkAgentRequirements() {</code>
- <code>private function detectGroupMemberAssoc() {</code>
- <code>private function getAttributeValuesFromEntry($result, $attribute, &amp;$known) {</code>
- </InvalidDocblock>
- <InvalidScalarArgument occurrences="2">
- <code>$port</code>
- <code>$port</code>
- </InvalidScalarArgument>
- <RedundantCondition occurrences="1">
- <code>!isset($item['cn']) &amp;&amp; !is_array($item['cn'])</code>
- </RedundantCondition>
- <TypeDoesNotContainType occurrences="1">
- <code>$total === false</code>
- </TypeDoesNotContainType>
- </file>
<file src="apps/user_status/lib/AppInfo/Application.php">
<UndefinedInterfaceMethod occurrences="1">
<code>registerProvider</code>