mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -35,6 +35,6 @@ final readonly class ActivityNotificationHandler implements NotificationHandlerI
|
||||
|
||||
public function supports(Notification $notification, array $options = []): bool
|
||||
{
|
||||
return $notification->getRelatedEntityClass() === Activity::class;
|
||||
return Activity::class === $notification->getRelatedEntityClass();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user