diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-02-15 02:22:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 02:22:14 +0000 |
commit | 9a87442827d3ee4b9e2330c3491c7bdeb87e9dad (patch) | |
tree | d935b6b9a022520596f9f03d0b5628dfa4c1f8c8 /build | |
parent | 8134559bbacbb655e1d91ec0ee485d00ec038b9e (diff) | |
download | nextcloud-server-9a87442827d3ee4b9e2330c3491c7bdeb87e9dad.tar.gz nextcloud-server-9a87442827d3ee4b9e2330c3491c7bdeb87e9dad.zip |
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/psalm-baseline.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 02124739c8f..b12ca916106 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2704,11 +2704,6 @@ <code><![CDATA[is_string($request->getMethod())]]></code> </RedundantCondition> </file> - <file src="lib/private/Log/Rotate.php"> - <ParamNameMismatch> - <code>$dummy</code> - </ParamNameMismatch> - </file> <file src="lib/private/Log/Systemdlog.php"> <UndefinedFunction> <code><![CDATA[sd_journal_send('PRIORITY='.$journal_level, |