for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Graviton\ArchiveBundle;
use Graviton\BundleBundle\GravitonBundleInterface;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Class GravitonAuditTrackingBundle
* @package Graviton\AuditTrackingBundle
*
* @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 GravitonArchiveBundle extends Bundle implements GravitonBundleInterface
{
* return array of new bundle instances
* @return \Symfony\Component\HttpKernel\Bundle\Bundle[]
public function getBundles()
return array();
}