Skip to content

Commit bfc4500

Browse files
committed
minor #39714 fix code style (xabbuh)
This PR was merged into the 5.1 branch. Discussion ---------- fix code style | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 08fb696dbc fix code style
2 parents 4b1f495 + 3197ca0 commit bfc4500

File tree

1 file changed

+1
-1
lines changed
  • Tests/DependencyInjection/Fixtures/php

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/Fixtures/php/full.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'fallback' => 'fr',
5151
'paths' => ['%kernel.project_dir%/Fixtures/translations'],
5252
'cache_dir' => '%kernel.cache_dir%/translations',
53-
'enabled_locales' => ['fr', 'en']
53+
'enabled_locales' => ['fr', 'en'],
5454
],
5555
'validation' => [
5656
'enabled' => true,

0 commit comments

Comments
 (0)