for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Provide a Proxy for third party APIs.
*/
namespace Graviton\ProxyBundle;
use Graviton\BundleBundle\GravitonBundleInterface;
use Symfony\Component\HttpKernel\Bundle\Bundle;
* GravitonProxyBundle
*
* @author List of contributors <https://github.com/libgraviton/graviton/graphs/contributors>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @link http://swisscom.ch
class GravitonProxyBundle extends Bundle implements GravitonBundleInterface
{
* {@inheritDoc}
* @return \Symfony\Component\HttpKernel\Bundle\Bundle[]
public function getBundles()
return array();
}