diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2022-11-07 09:24:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 09:24:03 +0100 |
commit | 070ae2930c5662ab3de6570f6643213b1df1e4f3 (patch) | |
tree | 4866bb5bfa97e01198a1dc3fce4377ba183d2546 | |
parent | ed03a0c217988ab8a26c6b4a71e098ff3cfd934a (diff) | |
parent | 26c2144bd1086c7d4ed727c9ba7b6c595d36882d (diff) | |
download | nextcloud-server-070ae2930c5662ab3de6570f6643213b1df1e4f3.tar.gz nextcloud-server-070ae2930c5662ab3de6570f6643213b1df1e4f3.zip |
Merge pull request #34987 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
-rw-r--r-- | build/psalm-baseline.xml | 21 |
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, &$known) {</code> - </InvalidDocblock> - <InvalidScalarArgument occurrences="2"> - <code>$port</code> - <code>$port</code> - </InvalidScalarArgument> - <RedundantCondition occurrences="1"> - <code>!isset($item['cn']) && !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> |