minor : the process method from CompilerPassInterface should be public

Since the method is defined in CompilerPassInterface as public, it should be defined as public in the Kernel.
This commit is contained in:
Baptiste Lafontaine
2024-08-08 12:03:56 +02:00
committed by GitHub
parent 248138d04e
commit f206ee76de

View File

@@ -651,7 +651,7 @@ to remove the ``kernel.reset`` tag from some services in your test environment::
// ...
protected function process(ContainerBuilder $container): void
public function process(ContainerBuilder $container): void
{
if ('test' === $this->environment) {
// prevents the security token to be cleared