File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ from any controller::
605605 $filters = $session->get('filters', array());
606606 }
607607
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
609609session.
610610
611611.. index ::
@@ -821,7 +821,7 @@ method to check the CSRF token::
821821 }
822822
823823 // isCsrfTokenValid() is equivalent to:
824- // $this->get('security.csrf.token_manager')->isTokenValid()
824+ // $this->get('security.csrf.token_manager')->isTokenValid(
825825 // new \Symfony\Component\Security\Csrf\CsrfToken\CsrfToken('token_id', $token)
826826 // );
827827
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Check if your server meets the requirements by running:
111111
112112.. code-block :: bash
113113
114- $ php app/check.php
114+ $ php bin/symfony_requirements
115115
116116 B) Configure your ``app/config/parameters.yml `` File
117117~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments