8000 Fix function name in expression · symfony/symfony-docs@08d6520 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08d6520

Browse files
authored
Fix function name in expression
Replaced incorrect `is_authenticated_fully()` with `is_fully_authenticated()` in the sidebar note
1 parent c5d5dbb commit 08d6520

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 functions 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