Skip to content

Commit 092d0d1

Browse files
committed
Fix CS
1 parent 9d7731b commit 092d0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Registry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function addWorkflow(WorkflowInterface $workflow, WorkflowSupportStrategy
2929

3030
public function has(object $subject, string $workflowName = null): bool
3131
{
32-
foreach ($this->workflows as list($workflow, $supportStrategy)) {
32+
foreach ($this->workflows as [$workflow, $supportStrategy]) {
3333
if ($this->supports($workflow, $supportStrategy, $subject, $workflowName)) {
3434
return true;
3535
}

0 commit comments

Comments
 (0)