mirror of
https://github.com/symfony/stimulus-bundle.git
synced 2026-03-24 01:12:07 +01:00
[CI] Add missing return type in test Kernel
This commit is contained in:
committed by
Hugo Alliaume
parent
42d84c70f9
commit
1d74f7034c
@@ -43,7 +43,7 @@ final class StimulusExtension extends Extension implements PrependExtensionInter
|
||||
}
|
||||
}
|
||||
|
||||
public function prepend(ContainerBuilder $container)
|
||||
public function prepend(ContainerBuilder $container): void
|
||||
{
|
||||
if (!$this->isAssetMapperAvailable($container)) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user