We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3171a52 commit e016580Copy full SHA for e016580
stubs/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.stub
@@ -9,7 +9,7 @@ use Drupal\Core\TypedData\OptionsProviderInterface;
9
/**
10
* @template T of \Drupal\Core\Entity\EntityInterface
11
* @property ?T $entity
12
- * @property string|integer $target_id
+ * @property string|int|null $target_id
13
*/
14
class EntityReferenceItem extends FieldItemBase implements OptionsProviderInterface, PreconfiguredFieldUiOptionsInterface {
15
}
0 commit comments