Use high range for adding the wrapper.

This commit is contained in:
David Molineus
2015-01-12 23:23:03 +01:00
parent 0b36b45e61
commit d98f4bd14b

View File

@@ -31,8 +31,8 @@ class EncoderSubscriber implements EventSubscriberInterface
{
return array(
BuildEvent::NAME => array(
array('startWrapper', 100),
array('endWrapper', -100),
array('startWrapper', 1000),
array('endWrapper', -1000),
),
EncodeValueEvent::NAME => array(
array('encodeIcons', 100)