Skip to content

Commit ece4caf

Browse files
committed
Unnecessary cast, return, semicolon and comma
1 parent c46321b commit ece4caf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Channel/AbstractChannelTest.php

Lines changed: 0 additions & 1 deletion
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)