Skip to content

Commit

Permalink
Fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jun 20, 2023
1 parent 975eb9c commit c5be4f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/Application/tmp/Sylius/State/BookItemProvider.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?php

/*
* 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.
*/

declare(strict_types=1);

namespace App\Tests\Tmp\Sylius\State;

use Sylius\Component\Resource\Context\Context;
Expand Down

0 comments on commit c5be4f2

Please sign in to comment.