Skip to content

Commit 1b912f4

Browse files
committed
Apply operator_linebreak PHP-CS-Fixer rule
1 parent 958aad1 commit 1b912f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Test/Constraint/EmailCount.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ private function countEmails(MessageEvents $events): int
5454
foreach ($events->getEvents($this->transport) as $event) {
5555
if (
5656
($this->queued && $event->isQueued())
57-
||
58-
(!$this->queued && !$event->isQueued())
57+
|| (!$this->queued && !$event->isQueued())
5958
) {
6059
++$count;
6160
}

0 commit comments

Comments
 (0)