1 | <?php |
||
8 | class Module extends \SimpleSAML\Module\monitor\TestCaseFactory |
||
9 | { |
||
10 | /** |
||
11 | * @var array |
||
12 | */ |
||
13 | private $parsed = array(); |
||
14 | |||
15 | /** |
||
16 | * @var array |
||
17 | */ |
||
18 | private $available = array(); |
||
19 | |||
20 | /** |
||
21 | * @var string |
||
22 | */ |
||
23 | private $module; |
||
24 | |||
25 | /** |
||
26 | * @var TestData $testData |
||
27 | * |
||
28 | * @return void |
||
29 | */ |
||
30 | protected function initialize($testData = null) |
||
38 | |||
39 | /** |
||
40 | * @return void |
||
41 | */ |
||
42 | protected function invokeTest() |
||
65 | |||
66 | /** |
||
67 | * @return array|null |
||
68 | */ |
||
69 | private function getAvailable() |
||
74 | |||
75 | /** |
||
76 | * @return string |
||
77 | */ |
||
78 | private function getModule() |
||
83 | |||
84 | /** |
||
85 | * @return string |
||
86 | */ |
||
87 | public function getModuleName() |
||
99 | } |
||
100 |
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..