Skip to content

Commit d28b6c4

Browse files
committed
minor #16979 [Security] Update security.rst (mohamedGasmii)
This PR was merged into the 4.4 branch. Discussion ---------- [Security] Update security.rst Fixing display php code block <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `6.x` for features of unreleased versions). --> Commits ------- 0b546b1 [Security] Update security.rst
2 parents b5eaf1b + 0b546b1 commit d28b6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ Next, you'll need to create a route for this URL (but not a controller):
930930
<route id="app_logout" path="/logout" methods="GET"/>
931931
</routes>
932932
933-
.. code-block:: php
933+
.. code-block:: php
934934
935935
// config/routes.php
936936
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;

0 commit comments

Comments
 (0)