Skip to content

Commit

Permalink
Add ArgumentTypeCoercion type psalm error to baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
DFoxinator committed May 9, 2019
1 parent ff787e6 commit 9121990
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .psalm/baseline.xml
Expand Up @@ -201,6 +201,9 @@
<PossiblyNullPropertyAssignmentValue occurrences="1">
<code>null</code>
</PossiblyNullPropertyAssignmentValue>
<ArgumentTypeCoercion occurrences="1">
<code>$this->type</code>
</ArgumentTypeCoercion>
</file>
<file src="src/Framework/MockObject/MockMethod.php">
<ArgumentTypeCoercion occurrences="1">
Expand Down

0 comments on commit 9121990

Please sign in to comment.