1 | <?php |
||
9 | final class ModuleSet extends \SimpleSAML\Module\monitor\TestSuiteFactory |
||
10 | { |
||
11 | /** |
||
12 | * @var array |
||
13 | */ |
||
14 | private $required = array(); |
||
15 | |||
16 | /** |
||
17 | * @var array |
||
18 | */ |
||
19 | private $available = array(); |
||
20 | |||
21 | /** |
||
22 | * @var array |
||
23 | */ |
||
24 | private $dependencies = array(); |
||
25 | |||
26 | /** |
||
27 | * @var string |
||
28 | */ |
||
29 | private $type; |
||
30 | |||
31 | /** |
||
32 | * @var TestCase |
||
33 | */ |
||
34 | private $testCase; |
||
35 | |||
36 | /** |
||
37 | * @param TestData $testData |
||
38 | * |
||
39 | * @return void |
||
40 | */ |
||
41 | protected function initialize($testData) |
||
49 | /** |
||
50 | * @return void |
||
51 | */ |
||
52 | protected function invokeTestSuite() |
||
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..