Skip to content

Commit

Permalink
Fix travis php-cs check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Mar 13, 2021
1 parent b204a75 commit 8a78a51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/Functional/Webonyx/GraphQL/StarWarsData.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

declare(strict_types=1);

/*
* This file is part of the DataLoaderPhp package.
*
* (c) Overblog <http://github.com/overblog/>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Overblog\DataLoader\Test\Functional\Webonyx\GraphQL;

use function array_map;
Expand Down

0 comments on commit 8a78a51

Please sign in to comment.