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>
This commit is contained in:
Vincent Petry 2021-01-12 09:26:20 +01:00
parent c8cbb73c05
commit 5a8f15e167
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
1 changed files with 0 additions and 8 deletions

View File

@ -3038,9 +3038,6 @@
<InvalidArrayOffset occurrences="1"> <InvalidArrayOffset occurrences="1">
<code>$action['url-postfix']</code> <code>$action['url-postfix']</code>
</InvalidArrayOffset> </InvalidArrayOffset>
<RedundantCondition occurrences="1">
<code>strtolower</code>
</RedundantCondition>
</file> </file>
<file src="lib/private/AppFramework/Services/AppConfig.php"> <file src="lib/private/AppFramework/Services/AppConfig.php">
<MoreSpecificImplementedParamType occurrences="1"> <MoreSpecificImplementedParamType occurrences="1">
@ -5035,11 +5032,6 @@
<code>$this-&gt;appendIfExist($this-&gt;serverroot, 'core/'.$script.'.js')</code> <code>$this-&gt;appendIfExist($this-&gt;serverroot, 'core/'.$script.'.js')</code>
</InvalidOperand> </InvalidOperand>
</file> </file>
<file src="lib/private/Template/SCSSCacher.php">
<InvalidScalarArgument occurrences="1">
<code>Compiler::LINE_COMMENTS</code>
</InvalidScalarArgument>
</file>
<file src="lib/private/TemplateLayout.php"> <file src="lib/private/TemplateLayout.php">
<InvalidParamDefault occurrences="2"> <InvalidParamDefault occurrences="2">
<code>string</code> <code>string</code>