We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
5 | trait Tabs |
||
6 | { |
||
7 | public $tabs = []; |
||
8 | public $tabsHorizontal = true; |
||
9 | |||
10 | private function initTabs() |
||
17 | |||
18 | public function enableVerticalTabs() |
||
24 | |||
25 | public function disableVerticalTabs() |
||
31 | |||
32 | public function enableHorizontalTabs() |
||
38 | |||
39 | public function disableHorizontalTabs() |
||
45 | |||
46 | public function clearTabs() |
||
52 | |||
53 | public function getTabs() |
||
59 | |||
60 | public function addTab($label) |
||
75 | |||
76 | public function removeTab($label) |
||
86 | } |
||
87 |
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..