<?php/** * Class MWSIntlBundle * @package MWS\IntlBundle * @author Martin Walther <martin@myweb.solutions> * * (c) MyWebSolutions */namespace MWS\IntlBundle;use Symfony\Component\DependencyInjection\ContainerBuilder;use Symfony\Component\HttpKernel\Bundle\Bundle;class MWSIntlBundle extends Bundle{ /** * @param ContainerBuilder $container */ public function build(ContainerBuilder $container) { parent::build($container); }}