1 | <?php |
||
10 | class FinalCustomer extends EcuadorValidations implements IdentificationContract |
||
11 | { |
||
12 | /** |
||
13 | * FinalCustomer constructor. |
||
14 | */ |
||
15 | public function __construct() |
||
21 | |||
22 | /** |
||
23 | * Validate this identification |
||
24 | * |
||
25 | * @param string $number |
||
26 | * @return \Illuminate\Config\Repository|mixed|string |
||
27 | * @throws EcuadorIdentificationException |
||
28 | */ |
||
29 | public function validate(string $number) |
||
41 | } |
||
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..