Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c944891

Browse files
committed
minor symfony#7584 Removed ambiguous "?" (hpatoio)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes symfony#7584). Discussion ---------- Removed ambiguous "?" I think the "?" should be removed. Commits ------- f554aa2 Removed ambiguous "?"
2 parents 819495c + f554aa2 commit c944891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ password was valid::
145145
)
146146
);
147147

148-
// for some extra checks: is account enabled, locked, expired, etc.?
148+
// for some extra checks: is account enabled, locked, expired, etc.
149149
$userChecker = new UserChecker();
150150

151151
// an array of password encoders (see below)

0 commit comments

Comments
 (0)