vendor/dantleech/phpcr-migrations-bundle/PhpcrMigrationsBundle.php line 16
<?php/** This file is part of the PHPCR Migrations package** (c) Daniel Leech <daniel@dantleech.com>** For the full copyright and license information, please view the LICENSE* file that was distributed with this source code.*/namespace DTL\Bundle\PhpcrMigrations;use Symfony\Component\HttpKernel\Bundle\Bundle;class PhpcrMigrationsBundle extends Bundle{}