Skip to content

Commit 51f2dcc

Browse files
committed
Add return type
1 parent 24c4738 commit 51f2dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DependencyInjection/CraueFormFlowExtension.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class CraueFormFlowExtension extends Extension implements CompilerPassInterface
2323
/**
2424
* @return void
2525
*/
26-
public function load(array $config, ContainerBuilder $container) {
26+
public function load(array $config, ContainerBuilder $container): void
27+
{
2728
$loader = new PhpFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
2829
$loader->load('form_flow.php');
2930
$loader->load('twig.php');

0 commit comments

Comments
 (0)