Skip to content

Commit 3339988

Browse files
minor #46022 Add missing license header (lyrixx)
This PR was merged into the 6.1 branch. Discussion ---------- Add missing license header | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | --- And the last one! Commits ------- 61c13ec615 Add missing license header
2 parents 69caabc + 52f85ed commit 3339988

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)