Skip to content

Commit 14344d1

Browse files
committed
Changed to single quites on services.yml
1 parent 5dc3ae1 commit 14344d1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Resources/config/services.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ services:
55

66
ezplatform.http_cache.proxy_client.varnish.factory:
77
class: EzSystems\PlatformHttpCacheBundle\PurgeClient\VarnishProxyClientFactory
8-
arguments: ["@ezpublish.config.resolver", "@ezpublish.config.dynamic_setting.parser", "%fos_http_cache.proxy_client.varnish.class%"]
8+
arguments: ['@ezpublish.config.resolver', '@ezpublish.config.dynamic_setting.parser', '%fos_http_cache.proxy_client.varnish.class%']
99

1010
ezplatform.http_cache.purge_client:
1111
alias: ezplatform.http_cache.purge_client.local
1212

1313
ezplatform.http_cache.purge_client.varnish:
1414
class: EzSystems\PlatformHttpCacheBundle\PurgeClient\VarnishPurgeClient
15-
arguments: ["@ezplatform.http_cache.cache_manager"]
15+
arguments: ['@ezplatform.http_cache.cache_manager']
1616
tags:
1717
- {name: ezplatform.http_cache.purge_client, purge_type: http}
1818
- {name: ezplatform.http_cache.purge_client, purge_type: varnish}
1919

2020
ezplatform.http_cache.purge_client.local:
2121
class: EzSystems\PlatformHttpCacheBundle\PurgeClient\LocalPurgeClient
22-
arguments: ["@ezplatform.http_cache.store"]
22+
arguments: ['@ezplatform.http_cache.store']
2323
tags:
2424
- {name: ezplatform.http_cache.purge_client, purge_type: local}
2525

@@ -28,7 +28,7 @@ services:
2828

2929
ezplatform.http_cache.tag_aware_store:
3030
class: EzSystems\PlatformHttpCacheBundle\Proxy\TagAwareStore
31-
arguments: ["%ezplatform.http_cache.store.root%"]
31+
arguments: ['%ezplatform.http_cache.store.root%']
3232

3333
ezplatform.http_cache.tag_handler:
3434
alias: ezplatform.http_cache.tag_handler.xkey

0 commit comments

Comments
 (0)