Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
30 | class RecruitmentCandidatureLine extends CommonObjectLine |
||
31 | { |
||
32 | // To complete with content of an object RecruitmentCandidatureLine |
||
33 | // We should have a field rowid, fk_recruitmentcandidature and position |
||
34 | |||
35 | /** |
||
36 | * Constructor |
||
37 | * |
||
38 | * @param DoliDB $db Database handler |
||
39 | */ |
||
40 | public function __construct(DoliDB $db) |
||
45 |
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..