diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-01-12 09:26:20 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2021-01-12 09:26:20 +0100 |
commit | 5a8f15e1677b10880193b9bb1cee00666f49d51c (patch) | |
tree | 166e51e7e745ae3674e7c122d47004d93007ffd4 /build | |
parent | c8cbb73c05714f035eb63fe91873fc43e0557f1c (diff) | |
download | nextcloud-server-5a8f15e1677b10880193b9bb1cee00666f49d51c.tar.gz nextcloud-server-5a8f15e1677b10880193b9bb1cee00666f49d51c.zip |
Update psalm baseline to remove obsolete stuff
As seen in CI static checks, some blocks in the baseline were not needed any
more.
This will fix static checks in CI.
Signed-off-by: Vincent Petry <vincent@nextcloud.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 780c3051ac1..fc782b00bb4 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -3038,9 +3038,6 @@ <InvalidArrayOffset occurrences="1"> <code>$action['url-postfix']</code> </InvalidArrayOffset> - <RedundantCondition occurrences="1"> - <code>strtolower</code> - </RedundantCondition> </file> <file src="lib/private/AppFramework/Services/AppConfig.php"> <MoreSpecificImplementedParamType occurrences="1"> @@ -5035,11 +5032,6 @@ <code>$this->appendIfExist($this->serverroot, 'core/'.$script.'.js')</code> </InvalidOperand> </file> - <file src="lib/private/Template/SCSSCacher.php"> - <InvalidScalarArgument occurrences="1"> - <code>Compiler::LINE_COMMENTS</code> - </InvalidScalarArgument> - </file> <file src="lib/private/TemplateLayout.php"> <InvalidParamDefault occurrences="2"> <code>string</code> |