Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
22 | public function __construct() |
||
1 ignored issue
–
show
|
|||
23 | { |
||
24 | parent::__construct([], 1);//1 = Array indices can be accessed as properties in read/write. |
||
25 | } |
||
40 |