fix codestyle errors

This commit is contained in:
Michael Moll 2018-11-11 20:30:11 +01:00
parent 8839085239
commit d37a543502
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,14 @@
<?php
/*
* This file is part of the NelmioApiDocBundle package.
*
* (c) Nelmio
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Nelmio\ApiDocBundle\Tests\Functional\Entity;
use JMS\Serializer\Annotation as Serializer;

View File

@ -12,8 +12,6 @@
namespace Nelmio\ApiDocBundle\Tests\Functional;
use EXSyst\Component\Swagger\Tag;
use Nelmio\ApiDocBundle\Tests\Functional\Form\DummyEmptyType;
use Nelmio\ApiDocBundle\Tests\Functional\Form\DummyType;
class FunctionalTest extends WebTestCase
{