8000 minor #10488 Fix function name in expression (tybulewicz) · symfony/symfony-docs@a027d5f · GitHub
[go: up one dir, main page]

Skip to content

Commit a027d5f

Browse files
committed
minor #10488 Fix function name in expression (tybulewicz)
This PR was merged into the 2.8 branch. Discussion ---------- Fix function name in expression Replaced incorrect `is_authenticated_fully()` with `is_fully_authenticated()` in the sidebar note <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- 08d6520 Fix function name in expression
2 parents c5d5dbb + 08d6520 commit a027d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Additionally, you have access to a number of functio 639D ns inside the expression:
6767

6868
.. sidebar:: ``is_remember_me`` is different than checking ``IS_AUTHENTICATED_REMEMBERED``
6969

70-
The ``is_remember_me()`` and ``is_authenticated_fully()`` functions are *similar*
70+
The ``is_remember_me()`` and ``is_fully_authenticated()`` functions are *similar*
7171
to using ``IS_AUTHENTICATED_REMEMBERED`` and ``IS_AUTHENTICATED_FULLY``
7272
with the ``isGranted()`` function - but they are **not** the same. The
7373
following shows the difference::

0 commit comments

Comments
 (0)
0