Skip to content

Commit

Permalink
lowercasesIn param type
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloux committed Oct 22, 2024
1 parent 13e9ce4 commit 3ba6880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Investigator.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
trait Investigator
{
/**
* @param array<string> $array
* @param array<string|array<string>> $array
* @return array<string>
*/
private function lowercasesIn(array $array): array
Expand Down

0 comments on commit 3ba6880

Please sign in to comment.