diff options
-rw-r--r-- | build/psalm-baseline.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index 4b6629db0c6..3271f8d9a51 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -1482,11 +1482,6 @@ <code><![CDATA[\Sabre\HTTP\decodePath($pathInfo)]]></code> </UndefinedFunction> </file> - <file src="lib/private/AppFramework/Logger.php"> - <InvalidReturnType> - <code><![CDATA[log]]></code> - </InvalidReturnType> - </file> <file src="lib/private/AppFramework/Middleware/OCSMiddleware.php"> <InternalMethod> <code><![CDATA[setOCSVersion]]></code> @@ -2388,7 +2383,6 @@ </InvalidReturnType> <NullableReturnStatement> <code><![CDATA[null]]></code> - <code><![CDATA[null]]></code> </NullableReturnStatement> <TooManyArguments> <code><![CDATA[new IteratorDirectory([])]]></code> @@ -2414,8 +2408,8 @@ </file> <file src="lib/private/Log/Systemdlog.php"> <UndefinedFunction> - <code><![CDATA[sd_journal_send('PRIORITY='.$journal_level, - 'SYSLOG_IDENTIFIER='.$this->syslogId, + <code><![CDATA[sd_journal_send('PRIORITY=' . $journal_level, + 'SYSLOG_IDENTIFIER=' . $this->syslogId, 'MESSAGE=' . $this->logDetailsAsJSON($app, $message, $level))]]></code> </UndefinedFunction> </file> |