8000 minor #1100 Use single quotes for consistency (mercuryseries) · symfony/symfony-standard@da7b349 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit da7b349

Browse files
committed
minor #1100 Use single quotes for consistency (mercuryseries)
This PR was submitted for the 3.3 branch but it was merged into the 3.2 branch instead (closes #1100). Discussion ---------- Use single quotes for consistency Use single quotes for consistency Commits ------- bb11abf Use single quotes for consistency
2 parents 1553aa6 + bb11abf commit da7b349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ doctrine:
5151
charset: UTF8
5252
# if using pdo_sqlite as your database driver:
5353
# 1. add the path in parameters.yml
54-
# e.g. database_path: "%kernel.root_dir%/../var/data/data.sqlite"
54+
# e.g. database_path: '%kernel.root_dir%/../var/data/data.sqlite'
5555
# 2. Uncomment database_path in parameters.yml.dist
5656
# 3. Uncomment next line:
5757
#path: '%database_path%'

0 commit comments

Comments
 (0)
0