File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ from any controller::
605
605
$filters = $session->get('filters', array());
606
606
}
607
607
608
- These attributes will remain on the user for the remainder of that user's
608
+ These attributes will remain in the session for the remainder of that user's
609
609
session.
610
610
611
611
.. index ::
@@ -821,7 +821,7 @@ method to check the CSRF token::
821
821
}
822
822
823
823
// isCsrfTokenValid() is equivalent to:
824
- // $this->get('security.csrf.token_manager')->isTokenValid()
824
+ // $this->get('security.csrf.token_manager')->isTokenValid(
825
825
// new \Symfony\Component\Security\Csrf\CsrfToken\CsrfToken('token_id', $token)
826
826
// );
827
827
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Check if your server meets the requirements by running:
111
111
112
112
.. code-block :: bash
113
113
114
- $ php app/check.php
114
+ $ php bin/symfony_requirements
115
115
116
116
B) Configure your ``app/config/parameters.yml `` File
117
117
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments