[TwigBundle] Remove authoring

This commit is contained in:
alexandresalome 2011-05-24 10:55:16 +02:00
parent 98755bc8a5
commit b1a26b8829
3 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@ use Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper;
* Twig extension for Symfony actions helper
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Alexandre Salomé <alexandre.salome@gmail.com>
*/
class ActionsExtension extends \Twig_Extension
{

View File

@ -15,7 +15,6 @@ use Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper;
/**
* @author Fabien Potencier <fabien@symfony.com>
* @author Alexandre Salomé <alexandre.salome@gmail.com>
*/
class AssetsExtension extends \Twig_Extension
{

View File

@ -16,7 +16,6 @@ use Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper;
/**
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Alexandre Salomé <alexandre.salome@gmail.com>
*/
class CodeExtension extends \Twig_Extension
{