Skip to content

Commit 238a943

Browse files
committed
minor #15015 [Security] fix file path in comment following namespace (pierreboissinot)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Security] fix file path in comment following namespace <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 8ddf8ec fix file path in comment following namespace
2 parents 3b69d2a + 8ddf8ec commit 238a943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/impersonating_user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ be called):
259259
Then, create a voter class that responds to this role and includes whatever custom
260260
logic you want::
261261

262-
// src/Service/Voter/SwitchToCustomerVoter.php
262+
// src/Security/Voter/SwitchToCustomerVoter.php
263263
namespace App\Security\Voter;
264264

265265
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;

0 commit comments

Comments
 (0)