Skip to content

Commit

Permalink
bot: fix cs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Jun 18, 2024
1 parent 2691d99 commit 7ab94fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Factories/PostFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PostFactory extends PersistentProxyObjectFactory
public function __construct()
{
}

public function published(): static
{
return $this->with(static fn(): array => ['published_at' => self::faker()->dateTime()]);
Expand Down

0 comments on commit 7ab94fd

Please sign in to comment.