merged branch hhamon/indentation_fix_esi_services_file (PR #6622)

This PR was merged into the 2.0 branch.

Commits
-------

113271c [Bundle] [FrameworkBundle] fixed indentation in esi.xml services file.

Discussion
----------

[2.x] [Bundle] [FrameworkBundle] fixed indentation in esi.xml services file.

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Fixes the following tickets: -
Todo: -
License of the code: MIT
This commit is contained in:
Fabien Potencier 2013-01-08 17:57:06 +01:00
commit 835c1b8615
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
<service id="esi" class="%esi.class%" />
<service id="esi_listener" class="%esi_listener.class%">
<tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" />
<argument type="service" id="esi" on-invalid="ignore" />
<tag name="kernel.event_listener" event="kernel.response" method="onKernelResponse" />
<argument type="service" id="esi" on-invalid="ignore" />
</service>
</services>
</container>