Skip to content

Commit

Permalink
Fix array type for phpstan analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
ybert committed Aug 2, 2023
1 parent 170e5a2 commit 724c11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Photon/Photon.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function getName(): string
}

/**
* @param string|array|null $filters
* @param string|array<int, string>|null $filters
*/
private function buildOsmTagFilterQuery($filters): string
{
Expand Down

0 comments on commit 724c11d

Please sign in to comment.