Skip to content

Commit

Permalink
Add a return type declaration to silence a Symfony deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Sep 4, 2024
1 parent cfc625a commit 06a9de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebfactoryShortcodeBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
final class WebfactoryShortcodeBundle extends Bundle
{
public function build(ContainerBuilder $container)
public function build(ContainerBuilder $container): void
{
parent::build($container);
$container->addCompilerPass(new ShortcodeCompilerPass());
Expand Down

0 comments on commit 06a9de8

Please sign in to comment.