for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BrainExe\Core\DependencyInjection\CompilerPass;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
/**
* @deprecated
*/
class GlobalCompilerPass implements CompilerPassInterface
{
const TAG = 'compiler_pass';
* {@inheritdoc}
public function process(ContainerBuilder $container)
}