| 1 | <?php |
||
| 19 | class Remove extends AdminChatCommand |
||
| 20 | { |
||
| 21 | |||
| 22 | /** @var Maps */ |
||
| 23 | protected $plugin; |
||
| 24 | |||
| 25 | public function __construct( |
||
| 35 | |||
| 36 | |||
| 37 | public function getDescription() |
||
| 41 | |||
| 42 | protected function configure() |
||
| 51 | |||
| 52 | /** |
||
| 53 | * @inheritdoc |
||
| 54 | */ |
||
| 55 | public function execute($login, InputInterface $input) |
||
| 60 | |||
| 61 | public function setMxPlugin(ManiaExchange $plugin) |
||
| 65 | } |
||
| 66 | |||
| 68 |
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..