Skip to content

Commit

Permalink
phpstan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cavasin F committed Dec 12, 2023
1 parent a95f49b commit 14bb6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Event/NotificationEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private function generateNbNotifications(): array
$arr[] = $defaultNotification;

// 3
$disabledNotification = new NotificationModel('disabled', 'My disabled Message', null);
$disabledNotification = new NotificationModel('disabled', 'My disabled Message');
$disabledNotification->setDisabled(true);
$disabledNotification->setBadgeAnimated(false);
$arr[] = $disabledNotification;
Expand Down

0 comments on commit 14bb6cd

Please sign in to comment.