Skip to content

Commit 9a0f7cb

Browse files
committed
Fix types for Symfony 5.4
1 parent fb61202 commit 9a0f7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Profiler/AbstractMessageQueueCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function ensureString($body)
7171
/**
7272
* {@inheritdoc}
7373
*/
74-
public function getName()
74+
public function getName(): string
7575
{
7676
return 'enqueue.message_queue';
7777
}

0 commit comments

Comments
 (0)