Skip to content

Commit 038e13b

Browse files
committed
do not deprecate on twig extension service definition
we still have the trigger deprecation in the php code of the twig extension. avoid unnecessary deprecation warning, fix #371
1 parent fdb9976 commit 038e13b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Resources/config/data-collector.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
<service id="httplug.collector.twig.http_message" class="Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension" public="false">
2626
<tag name="twig.extension" />
27-
<deprecated>The %service_id% service is deprecated since version 1.17 and will be removed in 2.0. Use "@Httplug/http_message.html.twig" template instead.</deprecated>
2827
</service>
2928

3029
<!-- Discovered clients -->

0 commit comments

Comments
 (0)