Skip to content

Commit b2f9572

Browse files
Add missing return types to tests/internal/final methods
1 parent d4327a1 commit b2f9572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/NotificationDataCollector.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 'notifier';
5959
}

0 commit comments

Comments
 (0)