Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 551d5b0

Browse files
committed
minor #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 033444f + 229b357 commit 551d5b0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Http/RememberMe/RememberMeServicesInterface.php

Lines changed: 6 additions & 6 deletions
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)