Skip to content

Commit 6d3c219

Browse files
[Workflow] Update union to intersection for mock type
1 parent 8c841e3 commit 6d3c219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Workflow/Tests/Debug/TraceableWorkflowTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
class TraceableWorkflowTest extends TestCase
2323
{
24-
private MockObject|Workflow $innerWorkflow;
24+
private MockObject&Workflow $innerWorkflow;
2525

2626
private Stopwatch $stopwatch;
2727

0 commit comments

Comments
 (0)