Skip to content

Commit

Permalink
Merge pull request #550 from kimhemsoe/sf_yaml_deprecations_fixes
Browse files Browse the repository at this point in the history
Removed "Not quoting a scalar starting with the "%" indicator charact…
  • Loading branch information
kimhemsoe authored Jun 21, 2016
2 parents 7829867 + efb6382 commit dd76fa5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ doctrine:
manual:
type: xml
prefix: Fixtures\Bundles\XmlBundle
dir: %kernel.root_dir%/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Resources/config/doctrine
dir: "%kernel.root_dir%/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Resources/config/doctrine"
alias: TestAlias
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ doctrine:
lifetime: 300
cache_driver: array
type: filelock
lock_path: %kernel.cache_dir%/doctrine/orm/slc/filelock
lock_path: "%kernel.cache_dir%/doctrine/orm/slc/filelock"

my_entity_region:
lifetime: 600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ doctrine:
manual:
type: xml
prefix: Fixtures\Bundles\XmlBundle
dir: %kernel.root_dir%/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Resources/config/doctrine
dir: "%kernel.root_dir%/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Resources/config/doctrine"
alias: TestAlias
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ doctrine:
manual:
type: xml
prefix: Fixtures\Bundles\XmlBundle
dir: %kernel.root_dir%/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Resources/config/doctrine
dir: "%kernel.root_dir%/Tests/DependencyInjection/Fixtures/Bundles/XmlBundle/Resources/config/doctrine"
alias: TestAlias

0 comments on commit dd76fa5

Please sign in to comment.