We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc67c1 commit 8318690Copy full SHA for 8318690
DependencyInjection/HalloVerdenHttpExceptionsExtension.php
@@ -17,7 +17,7 @@ class HalloVerdenHttpExceptionsExtension extends ConfigurableExtension {
17
* @inheritDoc
18
* @throws \Exception
19
*/
20
- protected function loadInternal(array $mergedConfig, ContainerBuilder $container) {
+ protected function loadInternal(array $mergedConfig, ContainerBuilder $container): void {
21
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
22
$loader->load('services.yaml');
23
0 commit comments