in Extension/TwigExtension.php, line 5
The class Twig_Function_Method is declared but never used. You should remove the use statement.
<?php
namespace EightPoints\Bundle\AssistBundle\Extension;
use Twig_Function_Method;
use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToStringTransformer;
use Symfony\Component\Form\Extension\Core\DataTransformer\DateTimeToTimestampTransformer;
use Symfony\Component\Translation\Translator;
use Symfony\Component\Validator\Constraints\DateTime;
Posted from SensioLabsInsight