Skip to content

Commit 907da95

Browse files
committed
Apply operator_linebreak PHP-CS-Fixer rule
1 parent b93a3fe commit 907da95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Test/Constraint/NotificationCount.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ private function countNotifications(NotificationEvents $events): int
5757
foreach ($events->getEvents($this->transport) as $event) {
5858
if (
5959
($this->queued && $event->isQueued())
60-
||
61-
(!$this->queued && !$event->isQueued())
60+
|| (!$this->queued && !$event->isQueued())
6261
) {
6362
++$count;
6463
}

0 commit comments

Comments
 (0)