Skip to content

Commit

Permalink
Change details in TwigRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Dec 8, 2023
1 parent d001c1f commit 394c210
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
12 changes: 4 additions & 8 deletions src/Template/Twig.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
namespace Rougin\Slytherin\Template;

/**
* Twig Renderer
*
* A simple implementation of a template renderer that is based on top of
* Sensiolab's Twig - a flexible, fast, and secure template engine for PHP.
* NOTE: To be removed in v1.0.0. Use "Template\TwigRenderer" instead.
*
* http://twig.sensiolabs.org
* Renderer
*
* NOTE: To be removed in v1.0.0. Use "TwigRenderer" instead.
*
* @package Slytherin
* @author Rougin Gutib <rougingutib@gmail.com>
*/
class Twig extends Twig\Renderer
class Twig extends TwigRenderer
{
}
4 changes: 0 additions & 4 deletions src/Template/Twig/Renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@
/**
* Renderer
*
* A simple implementation of a template renderer that is based on top of
* Sensiolab's Twig - a flexible, fast, and secure template engine for PHP.
* NOTE: To be removed in v1.0.0. Use "Template\TwigRenderer" instead.
*
* http://twig.sensiolabs.org
*
* @package Slytherin
* @author Rougin Gutib <rougingutib@gmail.com>
*/
Expand Down

0 comments on commit 394c210

Please sign in to comment.