Skip to content

Commit 724c11d

Browse files
committed
Fix array type for phpstan analyse
1 parent 170e5a2 commit 724c11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Provider/Photon/Photon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function getName(): string
168168
}
169169

170170
/**
171-
* @param string|array|null $filters
171+
* @param string|array<int, string>|null $filters
172172
*/
173173
private function buildOsmTagFilterQuery($filters): string
174174
{

0 commit comments

Comments
 (0)