| 1 | <?php | ||
| 16 | class DbalModule extends AbstractModule | ||
| 17 | { | ||
| 18 | /** | ||
| 19 | * @var string | ||
| 20 | */ | ||
| 21 | private $config; | ||
| 22 | |||
| 23 | /** | ||
| 24 | * @var string | ||
| 25 | */ | ||
| 26 | private $qualifier; | ||
| 27 | |||
| 28 | /** | ||
| 29 | * @param AbstractModule $config | ||
| 30 | * @param string $qualifier | ||
| 31 | */ | ||
| 32 | 2 | public function __construct($config, $qualifier = Name::ANY) | |
| 37 | |||
| 38 | /** | ||
| 39 |      * {@inheritdoc} | ||
| 40 | */ | ||
| 41 | 2 | protected function configure() | |
| 47 | } | ||
| 48 | 
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..