vendor/liip/test-fixtures-bundle/src/LiipTestFixturesBundle.php line 18
<?phpdeclare(strict_types=1);/** This file is part of the Liip/TestFixturesBundle** (c) Lukas Kahwe Smith <smith@pooteeweet.org>** This source file is subject to the MIT license that is bundled* with this source code in the file LICENSE.*/namespace Liip\TestFixturesBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;class LiipTestFixturesBundle extends Bundle{}