| Total Complexity | 6 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class QueryExtendReader extends ExtendReader |
||
| 13 | {
|
||
| 14 | /** |
||
| 15 | * @var array<Container> アノテーション情報リスト |
||
| 16 | */ |
||
| 17 | private $annotationInfo; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc}
|
||
| 21 | */ |
||
| 22 | public function getAnnotationInfo() |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc}
|
||
| 29 | */ |
||
| 30 | public function read(array $annotationInfoList) |
||
| 55 |
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..