Skip to content

Commit dbf9433

Browse files
marcelklehrMarcelRobitaille
authored andcommitted
fix(psalm)
1 parent 9139e05 commit dbf9433

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

psalm-baseline.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,10 @@
341341
</UnusedVariable>
342342
</file>
343343
<file src="lib/Service/GoogleDriveAPIService.php">
344+
<DocblockTypeContradiction>
345+
<code><![CDATA[$resource === false]]></code>
346+
<code><![CDATA[$stream === false]]></code>
347+
</DocblockTypeContradiction>
344348
<InvalidArgument>
345349
<code><![CDATA[$alreadyImported + $nbDownloaded]]></code>
346350
<code><![CDATA[$alreadyImportedSize + $downloadedSize]]></code>
@@ -462,6 +466,9 @@
462466
<ArgumentTypeCoercion>
463467
<code><![CDATA[$albumFolder]]></code>
464468
</ArgumentTypeCoercion>
469+
<DocblockTypeContradiction>
470+
<code><![CDATA[$resource === false]]></code>
471+
</DocblockTypeContradiction>
465472
<InvalidArgument>
466473
<code><![CDATA[$alreadyImported + $nbDownloaded]]></code>
467474
<code><![CDATA[$alreadyImported + $nbDownloaded]]></code>

0 commit comments

Comments
 (0)