diff --git a/DependencyInjection/CompilerPass/FormatsCompilerPass.php b/DependencyInjection/CompilerPass/FormatsCompilerPass.php index 1a7b0da..033ed9a 100644 --- a/DependencyInjection/CompilerPass/FormatsCompilerPass.php +++ b/DependencyInjection/CompilerPass/FormatsCompilerPass.php @@ -15,9 +15,12 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; use Symfony\Component\DependencyInjection\ContainerBuilder; +/** + * @internal + */ class FormatsCompilerPass implements CompilerPassInterface { - public function process(ContainerBuilder $container) + public function process(ContainerBuilder $container): void { $formats = $container->getDefinition('handcraftedinthealps_rest_routing.loader.yaml_collection')->getArgument(3);