Skip to content

Commit 2afcde7

Browse files
Add missing return types to tests/internal/final methods
1 parent 8485996 commit 2afcde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/MessageDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function reset()
5353
/**
5454
* {@inheritdoc}
5555
*/
56-
public function getName()
56+
public function getName(): string
5757
{
5858
return 'mailer';
5959
}

0 commit comments

Comments
 (0)