Skip to content

Commit

Permalink
chore: style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Feb 14, 2022
1 parent 7643587 commit 3e1e1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ScheduledNotificationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function testCannotCreateNotificationWithNonNotifiable()
$this->expectException(SchedulingFailedException::class);

ScheduledNotification::create(
new \StdClass(),
new \stdClass(),
new TestNotification(User::find(2)),
Carbon::now()->addSeconds(10)
);
Expand Down

0 comments on commit 3e1e1ec

Please sign in to comment.