for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Http\HttplugBundle;
use Http\HttplugBundle\DependencyInjection\CompilerPass\PluginPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* @author David Buchmann <[email protected]>
* @author Tobias Nyholm <[email protected]>
*/
class HttplugBundle extends Bundle
{
* {@inheritdoc}
public function build(ContainerBuilder $container)
}