1 | <?php |
||
14 | class AjaxModalWithTemplatedButton extends Widget |
||
15 | { |
||
16 | /** |
||
17 | * @var array |
||
18 | */ |
||
19 | public $ajaxModalOptions; |
||
20 | |||
21 | /** |
||
22 | * @var string the template used to render a toggle button. |
||
23 | */ |
||
24 | public $toggleButtonTemplate = "{toggleButton}"; |
||
25 | |||
26 | /** |
||
27 | * @var array |
||
28 | */ |
||
29 | private $toggleButtonOptions; |
||
30 | |||
31 | public function init() |
||
39 | |||
40 | public function run() |
||
61 | } |
||
62 |
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..