Skip to content

Commit dffe7fa

Browse files
committed
minor #9561 Update formatter.rst (shapito27)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #9561). Discussion ---------- Update formatter.rst quote <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- 4d00d47 Update formatter.rst
2 parents 9436f4e + 4d00d47 commit dffe7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/formatter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ configure your handler to use it:
6969
'file' => array(
7070
'type' => 'stream',
7171
'level' => 'debug',
72-
'formatter' => JsonFormatter::class',
72+
'formatter' => JsonFormatter::class,
7373
),
7474
),
7575
));

0 commit comments

Comments
 (0)