~ubuntu-branches/ubuntu/wily/symfony/wily

« back to all changes in this revision

Viewing changes to src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TemplatingAssetHelperPass.php

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2015-06-14 17:15:34 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: package-import@ubuntu.com-20150614171534-ta2n2x2hapjyq89h
Tags: upstream-2.7.1+dfsg
Import upstream version 2.7.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
use Symfony\Component\DependencyInjection\Definition;
17
17
use Symfony\Component\DependencyInjection\Reference;
18
18
 
19
 
trigger_error('The '.__NAMESPACE__.'\TemplatingAssetHelperPass class is deprecated since version 2.7 and will be removed in 3.0.', E_USER_DEPRECATED);
 
19
@trigger_error('The '.__NAMESPACE__.'\TemplatingAssetHelperPass class is deprecated since version 2.7 and will be removed in 3.0.', E_USER_DEPRECATED);
20
20
 
21
21
/**
22
22
 * @deprecated since 2.7, will be removed in 3.0