Skip to content

Commit 193f716

Browse files
committed
docs: fix param type of WP_Tax_Query::$no_results to `array
1 parent 7984409 commit 193f716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class WP_Tax_Query {
4444
* Standard response when the query should not return any rows.
4545
*
4646
* @since 3.2.0
47-
* @var string
47+
* @var array<string, array<string>>
4848
*/
4949
private static $no_results = array(
5050
'join' => array( '' ),

0 commit comments

Comments
 (0)