Skip to content

[Insight] Unused use statement should be avoided #2

@florianpreusner

Description

@florianpreusner

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions