Skip to content

Commit

Permalink
chore: Fix typo in return type annotation
Browse files Browse the repository at this point in the history
Fixes a typo that slipped in with #1549 as per #1549 (comment)
  • Loading branch information
acoulton authored Dec 17, 2024
1 parent 5e60815 commit 9acb637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ private function getMethodNameNotProposedEarlier(string $contextClass, string $s
/**
* Returns already proposed method names.
*
* @return array<string, array<string, string>
* @return array<string, string>
*/
private function getAlreadyProposedMethods(string $contextClass): array
{
Expand Down

0 comments on commit 9acb637

Please sign in to comment.