We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc625a commit 06a9de8Copy full SHA for 06a9de8
src/WebfactoryShortcodeBundle.php
@@ -11,7 +11,7 @@
11
*/
12
final class WebfactoryShortcodeBundle extends Bundle
13
{
14
- public function build(ContainerBuilder $container)
+ public function build(ContainerBuilder $container): void
15
16
parent::build($container);
17
$container->addCompilerPass(new ShortcodeCompilerPass());
0 commit comments