Skip to content

Commit 8318690

Browse files
FIX: Added return type to the loadInternal() method
1 parent bfc67c1 commit 8318690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/HalloVerdenHttpExceptionsExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class HalloVerdenHttpExceptionsExtension extends ConfigurableExtension {
1717
* @inheritDoc
1818
* @throws \Exception
1919
*/
20-
protected function loadInternal(array $mergedConfig, ContainerBuilder $container) {
20+
protected function loadInternal(array $mergedConfig, ContainerBuilder $container): void {
2121
$loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
2222
$loader->load('services.yaml');
2323

0 commit comments

Comments
 (0)