1 | <?php |
||
11 | class SuiteChooser extends BaseChooser |
||
12 | { |
||
13 | /** |
||
14 | * @var string[] |
||
15 | */ |
||
16 | private $suiteNames; |
||
17 | |||
18 | /** |
||
19 | * @param InputInterface $input |
||
20 | * @param OutputInterface $output |
||
21 | * @param array $suiteConfigurations |
||
22 | */ |
||
23 | public function __construct(InputInterface $input, OutputInterface $output, array $suiteConfigurations = []) |
||
29 | |||
30 | public function execute() |
||
40 | |||
41 | private function shouldAskQuestion() |
||
48 | } |
||
49 |
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..