Skip to content

Commit

Permalink
Fix psalm error
Browse files Browse the repository at this point in the history
  • Loading branch information
xepozz committed Aug 4, 2023
1 parent b2206a9 commit bc1ff25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CombinedRegexp.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public function getMatchingPatternPosition(string $string): int
* @param string[] $patterns
*
* @psalm-param list<string> $patterns
* @psalm-return non-empty-string
*/
private function compilePatterns(array $patterns): string
{
Expand Down

0 comments on commit bc1ff25

Please sign in to comment.