diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-03-30 04:13:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 04:13:15 +0000 |
commit | fc82e75519a4c2affba2ac15b872b53a23761d82 (patch) | |
tree | dc616b2bf45f8499fd1638028787a4806a3b0c9f /build | |
parent | 2eda49e28d4ae80079a25ceb8566b9b6df9daeba (diff) | |
download | nextcloud-server-fc82e75519a4c2affba2ac15b872b53a23761d82.tar.gz nextcloud-server-fc82e75519a4c2affba2ac15b872b53a23761d82.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 5f6518cf37e..8661726f017 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3154,14 +3154,6 @@ <InvalidArgument occurrences="1"> <code>false</code> </InvalidArgument> - <InvalidOperand occurrences="6"> - <code>$this->appendIfExist($this->serverroot, $script.'.js')</code> - <code>$this->appendIfExist($this->serverroot, $theme_dir.$script.'.js')</code> - <code>$this->appendIfExist($this->serverroot, $theme_dir.'apps/'.$script.'.js')</code> - <code>$this->appendIfExist($this->serverroot, $theme_dir.'core/'.$script.'.js')</code> - <code>$this->appendIfExist($this->serverroot, 'apps/'.$script.'.js')</code> - <code>$this->appendIfExist($this->serverroot, 'core/'.$script.'.js')</code> - </InvalidOperand> <ParamNameMismatch occurrences="2"> <code>$script</code> <code>$script</code> |