Skip to content

Commit 1185077

Browse files
David Schmidtjaviereguiluz
authored andcommitted
[Security] PHP Syntax Fix
1 parent 68545a2 commit 1185077

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
@@ -272,7 +272,7 @@ important section is ``firewalls``:
272272
'dev' => [
273273
'pattern' => '^/(_(profiler|wdt)|css|images|js)/',
274274
'security' => false,
275-
),
275+
],
276276
'main' => [
277277
'anonymous' => 'lazy',
278278
],

0 commit comments

Comments
 (0)