Skip to content

Commit 5df5a97

Browse files
committed
fix(psalm): Update psalm baseline
Signed-off-by: provokateurin <[email protected]>
1 parent 34445ea commit 5df5a97

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

build/psalm-baseline.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,11 +1482,6 @@
14821482
<code><![CDATA[\Sabre\HTTP\decodePath($pathInfo)]]></code>
14831483
</UndefinedFunction>
14841484
</file>
1485-
<file src="lib/private/AppFramework/Logger.php">
1486-
<InvalidReturnType>
1487-
<code><![CDATA[log]]></code>
1488-
</InvalidReturnType>
1489-
</file>
14901485
<file src="lib/private/AppFramework/Middleware/OCSMiddleware.php">
14911486
<InternalMethod>
14921487
<code><![CDATA[setOCSVersion]]></code>
@@ -2388,7 +2383,6 @@
23882383
</InvalidReturnType>
23892384
<NullableReturnStatement>
23902385
<code><![CDATA[null]]></code>
2391-
<code><![CDATA[null]]></code>
23922386
</NullableReturnStatement>
23932387
<TooManyArguments>
23942388
<code><![CDATA[new IteratorDirectory([])]]></code>
@@ -2414,8 +2408,8 @@
24142408
</file>
24152409
<file src="lib/private/Log/Systemdlog.php">
24162410
<UndefinedFunction>
2417-
<code><![CDATA[sd_journal_send('PRIORITY='.$journal_level,
2418-
'SYSLOG_IDENTIFIER='.$this->syslogId,
2411+
<code><![CDATA[sd_journal_send('PRIORITY=' . $journal_level,
2412+
'SYSLOG_IDENTIFIER=' . $this->syslogId,
24192413
'MESSAGE=' . $this->logDetailsAsJSON($app, $message, $level))]]></code>
24202414
</UndefinedFunction>
24212415
</file>

0 commit comments

Comments
 (0)