Skip to content

Commit 74fffec

Browse files
[Workflow] Update union to intersection for mock type
1 parent c284a65 commit 74fffec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)