1 | <?php |
||
18 | class PincodePrompt extends Widget |
||
19 | { |
||
20 | public $loadingText; |
||
21 | /** |
||
22 | * @var bool |
||
23 | */ |
||
24 | private $hasPINCode; |
||
25 | |||
26 | public function __construct(HasPINCode $hasPINCode, $config = []) |
||
31 | |||
32 | public function run() |
||
38 | |||
39 | /** |
||
40 | * @return bool |
||
41 | */ |
||
42 | public function isPINFailed(): bool |
||
46 | } |
||
47 |
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..