Skip to content

Commit fce8c6a

Browse files
committed
2 parents 3b549e0 + a5684d0 commit fce8c6a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/Bundle/JoseFramework/Tests/AppKernel.php

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* The MIT License (MIT)
7+
*
8+
* Copyright (c) 2014-2017 Spomky-Labs
9+
*
10+
* This software may be modified and distributed under the terms
11+
* of the MIT license. See the LICENSE file for details.
12+
*/
13+
514
namespace Jose\Bundle\JoseFramework\Tests;
15+
616
/*
717
* The MIT License (MIT)
818
*
@@ -12,12 +22,13 @@
1222
* of the MIT license. See the LICENSE file for details.
1323
*/
1424

15-
;use Http\HttplugBundle\HttplugBundle;
25+
use Http\HttplugBundle\HttplugBundle;
1626
use Jose\Bundle\JoseFramework\JoseFrameworkBundle;
1727
use Jose\Bundle\JoseFramework\Tests\TestBundle\TestBundle;
1828
use Symfony\Component\Config\Loader\LoaderInterface;
1929
use Symfony\Component\HttpKernel\Kernel;
2030
use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
31+
2132
/**
2233
* Class AppKernel.
2334
*/

0 commit comments

Comments
 (0)