diff --git a/src/Symfony/Component/Workflow/Registry.php b/src/Symfony/Component/Workflow/Registry.php index fe0c7ef3ab..0fd39a2307 100644 --- a/src/Symfony/Component/Workflow/Registry.php +++ b/src/Symfony/Component/Workflow/Registry.php @@ -82,6 +82,11 @@ class Registry return $matched; } + /** + * @param WorkflowSupportStrategyInterface $supportStrategy + * @param object $subject + * @param string|null $workflowName + */ private function supports(WorkflowInterface $workflow, $supportStrategy, $subject, $workflowName): bool { if (null !== $workflowName && $workflowName !== $workflow->getName()) {