Closes #3496417
2 unresolved threads
2 unresolved threads
Closes #3496417
Merge request reports
Activity
added 1 commit
- 08160774 - add PHPDoc to classes that FieldItemListInterface extands from
- Resolved by Stephen Mustgrave
added 55 commits
-
5eaea201...554b7c60 - 54 commits from branch
project:11.x
- 0b441427 - Merge branch '11.x' into 3496417-fix-phpstan-missingtype.generics
-
5eaea201...554b7c60 - 54 commits from branch
added 118 commits
-
0b441427...7fff2643 - 117 commits from branch
project:11.x
- 37556c74 - Merge branch '11.x' into 3496417-fix-phpstan-missingtype.generics
-
0b441427...7fff2643 - 117 commits from branch
added 3 commits
-
37556c74...68bf822f - 2 commits from branch
project:11.x
- 4501b2e7 - Merge branch '11.x' into 3496417-fix-phpstan-missingtype.generics
-
37556c74...68bf822f - 2 commits from branch
47 51 * @param int $index 48 52 * Index of the item to return. 49 53 * 50 * @return \Drupal\Core\TypedData\TypedDataInterface|null 54 * @return ?T - Edited by Dave Long
added 106 commits
-
4501b2e7...6dd918c9 - 105 commits from branch
project:11.x
- f17660e1 - Merge branch drupal:11.x into 3496417-fix-phpstan-missingtype.generics
-
4501b2e7...6dd918c9 - 105 commits from branch
297 297 * @param \Drupal\Core\Entity\ContentEntityInterface $entity 298 298 * The config entity from which fields should be extracted. 299 299 * 300 * @return \Drupal\Core\Field\FieldItemListInterface[] 300 * @return array<string,\Drupal\Core\Field\FieldItemListInterface<\Drupal\Core\Field\FieldItemInterface>>
Please register or sign in to reply