Skip to content

Commit

Permalink
add ignore for en_SG/Person InvalidArrayOffset (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram committed Dec 5, 2021
1 parent de7900a commit f821985
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psalm.baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,11 @@
<code>czech</code>
</UndefinedDocblockClass>
</file>
<file src="src/Faker/Provider/en_SG/Person.php">
<InvalidArrayOffset occurrences="1">
<code>$checksumArr[$checksum % 11]</code>
</InvalidArrayOffset>
</file>
<file src="src/Faker/Provider/is_IS/Address.php">
<InvalidPropertyAssignmentValue occurrences="1"/>
<UndefinedDocblockClass occurrences="2">
Expand Down

0 comments on commit f821985

Please sign in to comment.