Skip to content

Commit

Permalink
Check in failing psalm checks
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Nov 9, 2020
1 parent a01da78 commit f28c436
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3904,6 +3904,9 @@
</InvalidScalarArgument>
</file>
<file src="lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php">
<ImplicitToStringCast occurrences="1">
<code>$this-&gt;functionBuilder-&gt;lower($x)</code>
</ImplicitToStringCast>
<InvalidReturnStatement occurrences="1">
<code>parent::castColumn($column, $type)</code>
</InvalidReturnStatement>
Expand All @@ -3917,6 +3920,9 @@
</ImplicitToStringCast>
</file>
<file src="lib/private/DB/QueryBuilder/QueryBuilder.php">
<ImplicitToStringCast occurrences="1">
<code>$value</code>
</ImplicitToStringCast>
<InvalidArgument occurrences="1">
<code>$this-&gt;connection</code>
</InvalidArgument>
Expand Down

0 comments on commit f28c436

Please sign in to comment.