We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c4738 commit 51f2dccCopy full SHA for 51f2dcc
DependencyInjection/CraueFormFlowExtension.php
@@ -23,7 +23,8 @@ class CraueFormFlowExtension extends Extension implements CompilerPassInterface
23
/**
24
* @return void
25
*/
26
- public function load(array $config, ContainerBuilder $container) {
+ public function load(array $config, ContainerBuilder $container): void
27
+ {
28
$loader = new PhpFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
29
$loader->load('form_flow.php');
30
$loader->load('twig.php');
0 commit comments