Skip to content

Commit d7928ea

Browse files
minor symfony#21171 Added missing headers in fixture files (iltar)
This PR was merged into the 3.1 branch. Discussion ---------- Added missing headers in fixture files | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | n/a | Fixed tickets | ~ | License | MIT | Doc PR | ~ The headers were missing in a few files as mentioned in symfony#21164 (comment) Commits ------- c9c2474 Added missing headers in fixture files
2 parents e2b11b4 + c9c2474 commit d7928ea

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/BasicTypesController.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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\Fixtures\Controller;
413

514
class BasicTypesController

src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingRequest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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\Fixtures\Controller;
413

514
use Symfony\Component\HttpFoundation\Request;

src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/VariadicController.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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\Fixtures\Controller;
413

514
class VariadicController

0 commit comments

Comments
 (0)