Skip to content

Commit 36948bb

Browse files
committed
minor symfony#14038 CS: fix some license headers (keradus)
This PR was merged into the 2.3 branch. Discussion ---------- CS: fix some license headers | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | ? | Fixed tickets | N/A | License | MIT | Doc PR | N/A Commits ------- 2b74841 CS: fix some license headers
2 parents 2f726ef + 2b74841 commit 36948bb

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

src/Symfony/Component/Form/Extension/Core/ChoiceList/ObjectChoiceList.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
/*
44
* This file is part of the Symfony package.
5-
*
6-
* (c) Fabien Potencier <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
5+
*
6+
* (c) Fabien Potencier <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
1111

1212
namespace Symfony\Component\Form\Extension\Core\ChoiceList;
1313

src/Symfony/Component/Form/Test/TypeTestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

src/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<?php
22

3-
namespace Symfony\Component\Security\Http\RememberMe;
4-
5-
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
6-
use Symfony\Component\HttpFoundation\Response;
7-
use Symfony\Component\HttpFoundation\Request;
8-
93
/*
104
* This file is part of the Symfony package.
115
*
@@ -15,6 +9,12 @@
159
* file that was distributed with this source code.
1610
*/
1711

12+
namespace Symfony\Component\Security\Http\RememberMe;
13+
14+
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
15+
use Symfony\Component\HttpFoundation\Response;
16+
use Symfony\Component\HttpFoundation\Request;
17+
1818
/**
1919
* Interface that needs to be implemented by classes which provide remember-me
2020
* capabilities.

0 commit comments

Comments
 (0)