Skip to content

Commit

Permalink
Ignore generic false-positive
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jun 5, 2024
1 parent be1dd92 commit 551435b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ protected function setUp(): void
$this->post = factory(Post::class)->create([
'user_id' => $this->user->id,
]);
// @phpstan-ignore-next-line generic false-positive
$this->postImages = Collection::times(
$this->faker()->numberBetween(1, 10),
fn (): Image => $this->post
Expand Down

0 comments on commit 551435b

Please sign in to comment.