Skip to content

Commit 06a9de8

Browse files
committed
Add a return type declaration to silence a Symfony deprecation notice
1 parent cfc625a commit 06a9de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebfactoryShortcodeBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
final class WebfactoryShortcodeBundle extends Bundle
1313
{
14-
public function build(ContainerBuilder $container)
14+
public function build(ContainerBuilder $container): void
1515
{
1616
parent::build($container);
1717
$container->addCompilerPass(new ShortcodeCompilerPass());

0 commit comments

Comments
 (0)