8000 fabbot! · symfony/symfony@9f786ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f786ab

Browse files
committed
fabbot!
1 parent f957015 commit 9f786ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Symfony/Component/Security/Http/Tests/Util/TargetPathTraitTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Symfony\Component\Security\Http\Tests\Util;
44

5-
use Symfony\Component\HttpFoundation\Session\Session;
65
use Symfony\Component\HttpFoundation\Session\SessionInterface;
76
use Symfony\Component\Security\Http\Util\TargetPathTrait;
87

src/Symfony/Component/Security/Http/Util/TargetPathTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ trait TargetPathTrait
2525
*
2626
* @param SessionInterface $session
2727
* @param string $providerKey The name of your firewall
28-
* @param string $uri The URI to set as the target path
28+
* @param string $uri The URI to set as the target path
2929
*/
3030
private function saveTargetPath(SessionInterface $session, $providerKey, $uri)
3131
{

0 commit comments

Comments
 (0)
0