Skip to content

Commit 1d61a50

Browse files
committed
minor #13324 [Security] PHP Syntax Fix (David Schmidt)
This PR was submitted for the 4.3 branch but it was merged into the 4.4 branch instead (closes #13324). Discussion ---------- [Security] PHP Syntax Fix Commits ------- 1185077 [Security] PHP Syntax Fix
2 parents 68545a2 + 1185077 commit 1d61a50

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)