1 | <?php |
||
21 | class AttributeRepository extends EntityRepository |
||
22 | { |
||
23 | /** |
||
24 | * @var AssociationHydrator |
||
25 | */ |
||
26 | protected $associationHydrator; |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | public function __construct(EntityManager $em, Mapping\ClassMetadata $class) |
||
37 | |||
38 | /** |
||
39 | * {@inheritdoc} |
||
40 | */ |
||
41 | public function findAll() |
||
49 | } |
||
50 |
Short variable names may make your code harder to understand. Variable names should be self-descriptive. This check looks for variable names who are shorter than a configured minimum.