Browse Source

Merge pull request #27314 from nextcloud-pr-bot/automated/noid/psalm-baseline-update

[Automated] Update psalm-baseline.xml
pull/27317/head
kesselb 5 years ago
committed by GitHub
parent
commit
943eefd66c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      build/psalm-baseline.xml

9
build/psalm-baseline.xml

@ -163,14 +163,11 @@
<file src="apps/dav/lib/CalDAV/CalDavBackend.php"> <file src="apps/dav/lib/CalDAV/CalDavBackend.php">
<InvalidArgument occurrences="8"> <InvalidArgument occurrences="8">
<code>'\OCA\DAV\CalDAV\CalDavBackend::createCachedCalendarObject'</code> <code>'\OCA\DAV\CalDAV\CalDavBackend::createCachedCalendarObject'</code>
<code>'\OCA\DAV\CalDAV\CalDavBackend::createSubscription'</code> <code>'\OCA\DAV\CalDAV\CalDavBackend::createSubscription'</code>
<code>'\OCA\DAV\CalDAV\CalDavBackend::deleteCachedCalendarObject'</code> <code>'\OCA\DAV\CalDAV\CalDavBackend::deleteCachedCalendarObject'</code>
<code>'\OCA\DAV\CalDAV\CalDavBackend::deleteSubscription'</code> <code>'\OCA\DAV\CalDAV\CalDavBackend::deleteSubscription'</code>
<code>'\OCA\DAV\CalDAV\CalDavBackend::publishCalendar'</code> <code>'\OCA\DAV\CalDAV\CalDavBackend::publishCalendar'</code>
<code>'\OCA\DAV\CalDAV\CalDavBackend::updateCachedCalendarObject'</code> <code>'\OCA\DAV\CalDAV\CalDavBackend::updateCachedCalendarObject'</code>
<code>'\OCA\DAV\CalDAV\CalDavBackend::updateShares'</code> <code>'\OCA\DAV\CalDAV\CalDavBackend::updateShares'</code>
<code>'\OCA\DAV\CalDAV\CalDavBackend::updateSubscription'</code> <code>'\OCA\DAV\CalDAV\CalDavBackend::updateSubscription'</code>
</InvalidArgument> </InvalidArgument>
@ -189,7 +186,7 @@
<RedundantCast occurrences="1"> <RedundantCast occurrences="1">
<code>(int)$calendarId</code> <code>(int)$calendarId</code>
</RedundantCast> </RedundantCast>
<TooManyArguments occurrences="13">
<TooManyArguments occurrences="8">
<code>dispatch</code> <code>dispatch</code>
<code>dispatch</code> <code>dispatch</code>
<code>dispatch</code> <code>dispatch</code>
@ -203,7 +200,6 @@
<code>dispatch</code> <code>dispatch</code>
<code>dispatch</code> <code>dispatch</code>
<code>dispatch</code> <code>dispatch</code>
</TooManyArguments> </TooManyArguments>
<UndefinedFunction occurrences="4"> <UndefinedFunction occurrences="4">
<code>Uri\split($principalUri)</code> <code>Uri\split($principalUri)</code>
@ -219,7 +215,6 @@
<LessSpecificImplementedReturnType occurrences="1"> <LessSpecificImplementedReturnType occurrences="1">
<code>INode</code> <code>INode</code>
</LessSpecificImplementedReturnType> </LessSpecificImplementedReturnType>
<NullableReturnStatement occurrences="1"> <NullableReturnStatement occurrences="1">
<code>$calendarPlugin-&gt;getCalendarInCalendarHome($this-&gt;principalInfo['uri'], $calendarUri)</code> <code>$calendarPlugin-&gt;getCalendarInCalendarHome($this-&gt;principalInfo['uri'], $calendarUri)</code>
</NullableReturnStatement> </NullableReturnStatement>
@ -5095,4 +5090,4 @@
<code>$e-&gt;getCode()</code> <code>$e-&gt;getCode()</code>
</InvalidScalarArgument> </InvalidScalarArgument>
</file> </file>
</files>
</files>
Loading…
Cancel
Save