Skip to content

Commit 15b24cf

Browse files
committed
bug #285 Had stateless backwards (weaverryan)
This PR was merged into the 1.0-dev branch. Discussion ---------- Had stateless backwards Typo found by someone in my training :) @joboscribe Commits ------- 223fe14 Had stateless backwards
2 parents 14d2946 + 223fe14 commit 15b24cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/skeleton/security/UserProvider.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function loadUserByUsername($username)
3535
* called. Your job is to make sure the user's data is still fresh by,
3636
* for example, re-querying for fresh User data.
3737
*
38-
* If your firewall is "stateless: false" (for a pure API), this
38+
* If your firewall is "stateless: true" (for a pure API), this
3939
* method is not called.
4040
*
4141
* @return UserInterface

0 commit comments

Comments
 (0)