We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed7d99 commit ab19cfbCopy full SHA for ab19cfb
book/controller.rst
@@ -825,7 +825,9 @@ method to check the CSRF token::
825
826
.. versionadded:: 2.6
827
The ``isCsrfTokenValid()`` shortcut method was introduced in Symfony 2.6.
828
- It is equivalent to executing the following code::
+ It is equivalent to executing the following code:
829
+
830
+ .. code-block:: php
831
832
use Symfony\Component\Security\Csrf\CsrfToken;
833
0 commit comments