Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #93 from elkangaroo/fix-yaml-deprecation
Browse files Browse the repository at this point in the history
Fix Deprecation with Symfony Yaml Component v3.2+
  • Loading branch information
spoelwijk authored May 5, 2017
2 parents 3d9ebe0 + 0f8adea commit da91b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ services:
memcache.data_collector:
class: "%memcache.data_collector.class%"
tags:
- { name: data_collector, template: "%memcache.data_collector.template%", id:"memcache"}
- { name: data_collector, template: "%memcache.data_collector.template%", id: "memcache" }

0 comments on commit da91b5b

Please sign in to comment.