Skip to content

Commit

Permalink
Merge branch '1.4' into 1.5
Browse files Browse the repository at this point in the history
* 1.4:
  Apply coding standard fixes
  • Loading branch information
pamil committed Aug 12, 2020
2 parents 6e46718 + 9709d4e commit beab269
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 72 deletions.
8 changes: 0 additions & 8 deletions src/Bundle/test/app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/

declare(strict_types=1);
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
use Symfony\Component\Config\Loader\LoaderInterface;
Expand Down
8 changes: 0 additions & 8 deletions src/Bundle/test/src/AppBundle/AppBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/

declare(strict_types=1);
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace AppBundle;

Expand Down
8 changes: 0 additions & 8 deletions src/Bundle/test/src/AppBundle/Entity/Book.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/

declare(strict_types=1);
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace AppBundle\Entity;

Expand Down
8 changes: 0 additions & 8 deletions src/Bundle/test/src/AppBundle/Entity/BookTranslation.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/

declare(strict_types=1);
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace AppBundle\Entity;

Expand Down
8 changes: 0 additions & 8 deletions src/Bundle/test/src/AppBundle/Entity/ComicBook.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/

declare(strict_types=1);
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace AppBundle\Entity;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/

declare(strict_types=1);
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace AppBundle\Form\Type;

Expand Down
8 changes: 0 additions & 8 deletions src/Bundle/test/src/AppBundle/Form/Type/BookType.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/

declare(strict_types=1);
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace AppBundle\Form\Type;

Expand Down
8 changes: 0 additions & 8 deletions src/Bundle/test/src/Tests/Controller/BookApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/

declare(strict_types=1);
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace AppBundle\Tests\Controller;

Expand Down
8 changes: 0 additions & 8 deletions src/Bundle/test/src/Tests/Controller/ComicBookApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
*/

declare(strict_types=1);
/*
* This file is part of the Sylius package.
*
* (c) Paweł Jędrzejewski
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace AppBundle\Tests\Controller;

Expand Down

0 comments on commit beab269

Please sign in to comment.