joshavg / OmgDb

GNU General Public License v2.0
0 stars 0 forks source link

[Insight] Missing use statement should be avoided - in src/AppBundle/Entity/Attribute.php, line 7 #13

Closed joshavg closed 8 years ago

joshavg commented 8 years ago

in src/AppBundle/Entity/Attribute.php, line 7

The @AppBundle\Validator\Constraints\AttributeName annotation looks like a class annotation which resolves to the AppBundle\Entity\AppBundle\Validator\Constraints\AttributeName class which PHP does not seem to be able to autoload.

namespace AppBundle\Entity;

/**
 * @AppBundle\Validator\Constraints\AttributeName
 */
class Attribute
{
    private $name;

    private $createdAt;

Posted from SensioLabsInsight