Closed
Description
We just updated to phpstan-drupal : 1.1.28
. We are running into below set of errors:
------ -----------------------------------------------------------------------------------------------------------------
[2023-02-02T11:09:24.380Z] Line ../../../vendor/mglaman/phpstan-drupal/src/Drupal/../../stubs/Drupal/Core/Field/FieldItemList.stub
[2023-02-02T11:09:24.380Z] ------ -----------------------------------------------------------------------------------------------------------------
[2023-02-02T11:09:24.380Z] 7 Class Drupal\Core\Field\FieldItemList extends unknown class Drupal\Core\TypedData\Plugin\DataType\ItemList.
[2023-02-02T11:09:24.380Z] 7 Class Drupal\Core\Field\FieldItemList implements generic interface Drupal\Core\Field\FieldItemListInterface but
[2023-02-02T11:09:24.380Z] does not specify its types: T
[2023-02-02T11:09:24.380Z] 12 Method Drupal\Core\Field\FieldItemList::createItem() has parameter $offset with no type specified.
[2023-02-02T11:09:24.380Z] 12 Method Drupal\Core\Field\FieldItemList::createItem() has parameter $value with no type specified.
[2023-02-02T11:09:24.380Z] ------ -----------------------------------------------------------------------------------------------------------------
Metadata
Metadata
Assignees
Labels
No labels