diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2022-11-07 04:24:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 04:24:52 +0000 |
commit | 26c2144bd1086c7d4ed727c9ba7b6c595d36882d (patch) | |
tree | 4866bb5bfa97e01198a1dc3fce4377ba183d2546 /build | |
parent | ed03a0c217988ab8a26c6b4a71e098ff3cfd934a (diff) | |
download | nextcloud-server-26c2144bd1086c7d4ed727c9ba7b6c595d36882d.tar.gz nextcloud-server-26c2144bd1086c7d4ed727c9ba7b6c595d36882d.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-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> |