From 4aa7190baa4ba02508f11d67af85aaed4f4fed2e Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Tue, 15 Aug 2017 08:08:49 -0500 Subject: [PATCH] Issue #2899859 by Sam152: Remove incorrect documentation hint for "WorkflowTypeFormInterface" --- core/modules/workflows/src/WorkflowInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/workflows/src/WorkflowInterface.php b/core/modules/workflows/src/WorkflowInterface.php index f9a61a42ce98..41741628af4f 100644 --- a/core/modules/workflows/src/WorkflowInterface.php +++ b/core/modules/workflows/src/WorkflowInterface.php @@ -16,7 +16,7 @@ interface WorkflowInterface extends ConfigEntityInterface { /** * Gets the workflow type plugin. * - * @return \Drupal\workflows\WorkflowTypeInterface|\Drupal\workflows\WorkflowTypeFormInterface + * @return \Drupal\workflows\WorkflowTypeInterface * The workflow type plugin. */ public function getTypePlugin(); -- GitLab