@@ -7,22 +7,22 @@ parameters:
77
88services :
99 thrift.compile_warmer :
10- class : %thrift.compile_warmer.class%
11- arguments : [%kernel.cache_dir%, %kernel.root_dir%, %thrift.config.compiler.path%, %thrift.config.services%]
10+ class : ' %thrift.compile_warmer.class%'
11+ arguments : [' %kernel.cache_dir%', ' %kernel.root_dir%', ' %thrift.config.compiler.path%', ' %thrift.config.services%' ]
1212
1313 thrift.factory :
14- class : %thrift.factory.class%
15- arguments : [%thrift.config.services%]
14+ class : ' %thrift.factory.class%'
15+ arguments : [' %thrift.config.services%' ]
1616
1717 thrift.classloader.listener :
18- arguments : [%kernel.cache_dir%]
19- class : %thrift.classloader.listener.class%
18+ arguments : [' %kernel.cache_dir%' ]
19+ class : ' %thrift.classloader.listener.class%'
2020 tags :
2121 - { name: kernel.event_listener, event: kernel.request, method: onKernelRequest, priority: 255 }
2222 - { name: kernel.event_listener, event: console.command, method: onConsoleCommand, priority: 255 }
2323
2424 thrift.routing.loader :
2525 class : Overblog\ThriftBundle\Routing\ThriftRoutingLoader
26- arguments : [%thrift.config.servers%]
26+ arguments : [' %thrift.config.servers%' ]
2727 tags :
28- - { name: routing.loader, priority: 255 }
28+ - { name: routing.loader, priority: 255 }
0 commit comments