From 5cb36273b455aade13bba985385adbc134bb064a Mon Sep 17 00:00:00 2001 From: dpi Date: Thu, 31 Jul 2025 15:15:12 +0800 Subject: [PATCH] ids can be strings --- stubs/Drupal/Core/Entity/RevisionableStorageInterface.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/Drupal/Core/Entity/RevisionableStorageInterface.stub b/stubs/Drupal/Core/Entity/RevisionableStorageInterface.stub index 90524383..949b707d 100644 --- a/stubs/Drupal/Core/Entity/RevisionableStorageInterface.stub +++ b/stubs/Drupal/Core/Entity/RevisionableStorageInterface.stub @@ -5,7 +5,7 @@ namespace Drupal\Core\Entity; interface RevisionableStorageInterface extends EntityStorageInterface { /** - * @param int|numeric-string $revision_id + * @param int|numeric-string|string $revision_id * @return \Drupal\Core\Entity\RevisionableInterface|null */ public function loadRevision($revision_id);