Skip to content

Commit

Permalink
Merge pull request #10 from marc-casoliva/patch-1
Browse files Browse the repository at this point in the history
Remove deprecation messages for unquoted vars
  • Loading branch information
GabrielAnca authored Jan 17, 2017
2 parents 818a792 + 7cc36b6 commit 683f69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ parameters:

services:
lsw_gettext_translation_extension:
class: %lsw_gettext_translation_extension.class%
class: '%lsw_gettext_translation_extension.class%'
tags:
- { name: twig.extension }
lsw_gettext_locale_listener:
class: %lsw_gettext_locale_listener.class%
arguments: [%gettext.locale_shortcuts%, "@router", %kernel.root_dir%]
class: '%lsw_gettext_locale_listener.class%'
arguments: ['%gettext.locale_shortcuts%', "@router", '%kernel.root_dir%']
tags:
- { name: kernel.event_listener, event: kernel.request, method: onKernelRequest }

0 comments on commit 683f69a

Please sign in to comment.