Skip to content

Commit

Permalink
arguments are not a list when named args given
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Dec 23, 2024
1 parent d057aee commit cd01052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/MockObject/Generator/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ final class Generator
*
* @param class-string $type
* @param ?list<non-empty-string> $methods
* @param list<mixed> $arguments
* @param array<mixed> $arguments
*
* @throws ClassIsEnumerationException
* @throws ClassIsFinalException
Expand Down

0 comments on commit cd01052

Please sign in to comment.