Skip to content

Commit

Permalink
Merge pull request #48212 from nextcloud/fix/psalm/update-baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin committed Sep 19, 2024
2 parents 34445ea + 5df5a97 commit 00a27af
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -2388,7 +2383,6 @@
</InvalidReturnType>
<NullableReturnStatement>
<code><![CDATA[null]]></code>
<code><![CDATA[null]]></code>
</NullableReturnStatement>
<TooManyArguments>
<code><![CDATA[new IteratorDirectory([])]]></code>
Expand All @@ -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>
Expand Down

0 comments on commit 00a27af

Please sign in to comment.