Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | public function __construct() |
||
16 | { |
||
17 | parent::__construct(); |
||
18 | |||
19 | $this->lenght = config('laravel-ecuador-identification.type-identifications.personal-identification.length'); |
||
|
|||
20 | $this->billingCode = config('laravel-ecuador-identification.type-identifications.personal-identification.billing-code'); |
||
21 | } |
||
22 | |||
42 |
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..