8000 Added doc block for Registry::supports(). · symfony/symfony@c76fd13 · GitHub
[go: up one dir, main page]

Skip to content

Commit c76fd13

Browse files
committed
Added doc block for Registry::supports().
1 parent 431ead2 commit c76fd13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Symfony/Component/Workflow/Registry.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ public function all($subject): array
8282
return $matched;
8383
}
8484

85+
/**
86+
* @param WorkflowSupportStrategyInterface $supportStrategy
87+
* @param object $subject
88+
* @param string|null $workflowName
89+
*/
8590
private function supports(WorkflowInterface $workflow, $supportStrategy, $subject, $workflowName): bool
8691
{
8792
if (null !== $workflowName && $workflowName !== $workflow->getName()) {

0 commit comments

Comments
 (0)
0