Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function __construct($existing_declarations, $skill_declaration_id = null) |
||
1 ignored issue
–
show
|
|||
23 | { |
||
24 | $this->existing_declarations = $existing_declarations; |
||
25 | $this->skill_declaration_id = $skill_declaration_id; |
||
26 | } |
||
49 |