Skip to content

Commit 970efd4

Browse files
committed
ran php cs fixer
1 parent 1927662 commit 970efd4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tests/Unit/HttpInjectionsTest.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
<?php
2+
23
declare(strict_types=1);
34

5+
/*
6+
* This file is part of the Laudis Neo4j package.
7+
*
8+
* (c) Laudis technologies <http://laudis.tech>
9+
*
10+
* For the full copyright and license information, please view the LICENSE
11+
* file that was distributed with this source code.
12+
*/
413

514
namespace Laudis\Neo4j\Tests\Unit;
615

7-
816
use Laudis\Neo4j\Network\Http\HttpInjections;
917
use PHPUnit\Framework\TestCase;
1018
use Psr\Http\Client\ClientInterface;

0 commit comments

Comments
 (0)