| Total Complexity | 1 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 25 | class IndexRepository extends BaseEntityRepository |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * Returns a sanity index instance with all related data for the specified vacancy identifier |
||
| 29 | * |
||
| 30 | * @param int $vacancyId Vacancy identifier |
||
| 31 | * |
||
| 32 | * @return Index|null |
||
| 33 | */ |
||
| 34 | public function findByVacancyId(int $vacancyId): ?Index |
||
| 55 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.