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

Fix Deprecation with Symfony Yaml Component v3.2+ #93

Merged
merged 1 commit into from
May 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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" }