Skip to content

Commit 9e68a32

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: add translations for the Twig constraint drop the Date header using the Postmark API transport [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef [Validator] [WordCount] Treat 0 as one character word and do not exclude it Unnecessary cast, return, semicolon and comma Fix ServiceMethodsSubscriberTrait for nullable service [Notifier] [Discord] Fix value limits Fix ServiceMethodsSubscriberTrait for nullable service
2 parents 8b8b714 + 2ef5e49 commit 9e68a32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Channel/AbstractChannelTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class DummyChannel extends AbstractChannel
3434
{
3535
public function notify(Notification $notification, RecipientInterface $recipient, ?string $transportName = null): void
3636
{
37-
return;
3837
}
3938

4039
public function supports(Notification $notification, RecipientInterface $recipient): bool

0 commit comments

Comments
 (0)