Skip to content

Commit

Permalink
Fix: Run 'make baseline'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 2, 2023
1 parent 6b378a9 commit 021e8d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,11 @@ parameters:
count: 1
path: src/Faker/ORM/Spot/Populator.php

-
message: "#^Class UnitEnum not found\\.$#"
count: 2
path: src/Faker/Provider/Base.php

-
message: """
#^Instantiation of deprecated class Faker\\\\DefaultGenerator\\:
Expand Down
4 changes: 4 additions & 0 deletions psalm.baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
<InvalidArgument>
<code>[static::class, 'randomDigit']</code>
</InvalidArgument>
<UndefinedClass>
<code>\UnitEnum</code>
<code>\UnitEnum</code>
</UndefinedClass>
<UndefinedDocblockClass>
<code>Closure</code>
</UndefinedDocblockClass>
Expand Down

0 comments on commit 021e8d3

Please sign in to comment.