Skip to content

Commit

Permalink
Deprecation comments
Browse files Browse the repository at this point in the history
  • Loading branch information
covex-nn committed Dec 27, 2017
1 parent 59d38e9 commit c7af8c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Templating/TemplateLocator.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator as FrameworkTemplateLocator;

/**
* @deprecated
* @deprecated since 3.9, to be removed with 4.0.
*/
class TemplateLocator extends FrameworkTemplateLocator
{
Expand Down
2 changes: 1 addition & 1 deletion src/Templating/TemplateNameParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser as FrameworkTemplateNameParser;

/**
* @deprecated
* @deprecated since 3.9, to be removed with 4.0.
*/
class TemplateNameParser extends FrameworkTemplateNameParser
{
Expand Down

0 comments on commit c7af8c6

Please sign in to comment.