| 1 | <?php |
||
| 12 | class AttributeRepository extends BaseAttributeRepository |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @var AssociationHydrator |
||
| 16 | */ |
||
| 17 | protected $associationHydrator; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | public function __construct(EntityManager $em, Mapping\ClassMetadata $class) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * {@inheritdoc} |
||
| 31 | */ |
||
| 32 | public function findAll() |
||
| 40 | } |
||
| 41 |
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.