diff --git a/tests/data/wp_query.php b/tests/data/wp_query.php index bdfed51..837aab5 100644 --- a/tests/data/wp_query.php +++ b/tests/data/wp_query.php @@ -10,5 +10,5 @@ $wpQuery = new WP_Query(); assertType('bool', $wpQuery->query_vars_changed); -assertType('string|bool', $wpQuery->$query_vars_hash); -assertType('void', $wpQuery->init_query_flags()); +assertType('bool|string', $wpQuery->query_vars_hash); +assertType('null', $wpQuery->init_query_flags());