<?phpnamespace Doctrine\Bundle\DoctrineCacheBundle;use Symfony\Component\Console\Application;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Symfony Bundle for Doctrine Cache * * @author Guilherme Blanco <[email protected]> * @author Fabio B. Silva <[email protected]> */class DoctrineCacheBundle extends Bundle{ /** * {@inheritDoc} */ public function registerCommands(Application $application) { }}