1 | <?php |
||
13 | class PropertyColumn implements ColumnInterface |
||
14 | { |
||
15 | /** |
||
16 | * @var PropertyAccessor |
||
17 | */ |
||
18 | private $accessor; |
||
19 | |||
20 | public function __construct(PropertyAccessorInterface $propertyAccessor = null) |
||
24 | |||
25 | public function buildCell(Cell $cell, array $options) |
||
31 | |||
32 | public function configureOptions(OptionsResolver $options) |
||
51 | |||
52 | public function getParent() |
||
55 | } |
||
56 |
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..