1: <?php 2: 3: namespace AlexisLefebvre\Bundle\AsyncTweetsBundle; 4: 5: use Symfony\Component\HttpKernel\Bundle\Bundle; 6: 7: class AsyncTweetsBundle extends Bundle 8: { 9: } 10: