1 | <?php |
||
18 | class ImportFromToken extends ActionBase implements ActionInterface |
||
19 | { |
||
20 | const CODE = 'importIntegrationToken'; |
||
21 | CONST MODEL = \Integrations\Models\Token::class; |
||
22 | const TYPE = \Finder\Actions\Action::ROUTINE; |
||
23 | |||
24 | protected $token = false; |
||
25 | |||
26 | public function __construct(Token $token) |
||
30 | |||
31 | public function execute() |
||
49 | } |
||
50 |
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..