Skip to content

Commit d43172b

Browse files
Apply suggestion from @westonruter
Co-authored-by: Weston Ruter <[email protected]>
1 parent 3918a79 commit d43172b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-wp-network-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class WP_Network_Query {
3232
* @var array{
3333
* select: string,
3434
* from: string,
35-
* where: array,
35+
* where: array<string, string>,
3636
* groupby: string,
3737
* orderby: string,
3838
* limits: string

0 commit comments

Comments
 (0)