Skip to content

Commit 52f85ed

Browse files
committed
Add missing license header
1 parent d76fa14 commit 52f85ed

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Tests/Exception/LockedHttpExceptionTest.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
<?php
22

3+
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <fabien@symfony.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Symfony\Component\HttpKernel\Tests\Exception;
413

514
use Symfony\Component\HttpKernel\Exception\HttpException;
6-
use Symfony\Component\HttpKernel\Exception\LengthRequiredHttpException;
715
use Symfony\Component\HttpKernel\Exception\LockedHttpException;
816

917
class LockedHttpExceptionTest extends HttpExceptionTest

0 commit comments

Comments
 (0)