1 | <?php |
||
12 | class PropertyColumn extends AbstractColumn |
||
13 | { |
||
14 | /** |
||
15 | * @var PropertyAccessor |
||
16 | */ |
||
17 | private $accessor; |
||
18 | |||
19 | public function __construct(PropertyAccessorInterface $propertyAccessor = null) |
||
23 | |||
24 | public function buildCell(Cell $cell, array $options) |
||
37 | |||
38 | public function configureOptions(OptionsResolver $options) |
||
50 | } |
||
51 |
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..