We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93a3fe commit 907da95Copy full SHA for 907da95
Test/Constraint/NotificationCount.php
@@ -57,8 +57,7 @@ private function countNotifications(NotificationEvents $events): int
57
foreach ($events->getEvents($this->transport) as $event) {
58
if (
59
($this->queued && $event->isQueued())
60
- ||
61
- (!$this->queued && !$event->isQueued())
+ || (!$this->queued && !$event->isQueued())
62
) {
63
++$count;
64
}
0 commit comments