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.
RevisionableStorageInterface::deleteRevision
1 parent 645f62b commit 84424c1Copy full SHA for 84424c1
stubs/Drupal/Core/Entity/RevisionableStorageInterface.stub
@@ -11,7 +11,7 @@ interface RevisionableStorageInterface extends EntityStorageInterface {
11
public function loadRevision($revision_id);
12
13
/**
14
- * @param int|numeric-string $revision_id
+ * @param int|numeric-string|string $revision_id
15
*/
16
public function deleteRevision($revision_id): void;
17
0 commit comments