<?php/* * This file is part of the Swap Bundle. * * (c) Florian Voutzinos <florian@voutzinos.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace Florianv\SwapBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * The bundle. * * @author Florian Voutzinos <florian@voutzinos.com> */class FlorianvSwapBundle extends Bundle{}