Skip to content

Commit cd84496

Browse files
committed
minor symfony#59151 [Workflow] Fix union to intersection for mock type (alexandre-daubois)
This PR was merged into the 7.3 branch. Discussion ---------- [Workflow] Fix union to intersection for mock type | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Commits ------- 6d3c219 [Workflow] Update union to intersection for mock type
2 parents 3ffb4fc + 6d3c219 commit cd84496

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)