@@ -445,8 +445,8 @@ |
||
| 445 | 445 | /** |
| 446 | 446 | * Gets standard database retrieval criteria for an inverse relationship. |
| 447 | 447 | * |
| 448 | - * @param EntityMetadata $metadata The entity to retrieve database records for. |
|
| 449 | 448 | * @param string|array $identifiers The IDs to query. |
| 449 | + * @param string $inverseField |
|
| 450 | 450 | * @return array |
| 451 | 451 | */ |
| 452 | 452 | protected function getInverseCriteria(EntityMetadata $owner, EntityMetadata $related, $identifiers, $inverseField) |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | /** |
| 24 | 24 | * Constructor. |
| 25 | 25 | * |
| 26 | - * @param EntityUtility $entityUtl |
|
| 26 | + * @param EntityUtility $entityUtil |
|
| 27 | 27 | */ |
| 28 | 28 | public function __construct(EntityUtility $entityUtil) |
| 29 | 29 | { |