Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | interface ReferenceProviderInterface |
||
6 | { |
||
7 | /** |
||
8 | * Returns a reference objects for comparing with Criteria |
||
9 | * |
||
10 | * @param string $fqcn |
||
11 | * @param string $property |
||
12 | * @param mixed $identifier |
||
13 | * |
||
14 | * @return object|$identifier Reference or $identifier if property is not an association |
||
|
|||
15 | */ |
||
16 | public function getEntityReference($fqcn, $property, $identifier); |
||
17 | } |
||
18 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.