Skip to content

Commit a7eb79e

Browse files
committed
Add missing return type
1 parent 11f572a commit a7eb79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/OldSoundRabbitMqExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ protected function injectConnection(Definition $definition, $connectionName)
654654
$definition->addArgument(new Reference(sprintf('old_sound_rabbit_mq.connection.%s', $connectionName)));
655655
}
656656

657-
public function getAlias()
657+
public function getAlias() : string
658658
{
659659
return 'old_sound_rabbit_mq';
660660
}

0 commit comments

Comments
 (0)