File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
src/Bundle/JoseFramework/Tests Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 22
33declare (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+
514namespace Jose \Bundle \JoseFramework \Tests ;
15+
616/*
717 * The MIT License (MIT)
818 *
1222 * of the MIT license. See the LICENSE file for details.
1323 */
1424
15- ; use Http \HttplugBundle \HttplugBundle ;
25+ use Http \HttplugBundle \HttplugBundle ;
1626use Jose \Bundle \JoseFramework \JoseFrameworkBundle ;
1727use Jose \Bundle \JoseFramework \Tests \TestBundle \TestBundle ;
1828use Symfony \Component \Config \Loader \LoaderInterface ;
1929use Symfony \Component \HttpKernel \Kernel ;
2030use Symfony \Bundle \FrameworkBundle \FrameworkBundle ;
31+
2132/**
2233 * Class AppKernel.
2334 */
You can’t perform that action at this time.
0 commit comments