Skip to content

Commit 351abd8

Browse files
authored
Remove get_objects_in_term from functionMap (#131)
1 parent 4b5e0a3 commit 351abd8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

functionMap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*/
2424
return [
2525
'addslashes_gpc' => ['T', '@phpstan-template' => 'T', 'gpc' => 'T'],
26-
'get_objects_in_term' => [null, 'args' => 'array{order?: string}'],
2726
'have_posts' => [null, '@phpstan-impure' => ''],
2827
'rawurlencode_deep' => ['T', '@phpstan-template' => 'T', 'value' => 'T'],
2928
'sanitize_category' => ['T', '@phpstan-template' => 'T of array|object', 'category' => 'T'],

wordpress-stubs.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130126,7 +130126,6 @@ function unregister_taxonomy_for_object_type($taxonomy, $object_type)
130126130126
* @phpstan-param array{
130127130127
* order?: string,
130128130128
* } $args
130129-
* @phpstan-param array{order?: string} $args
130130130129
*/
130131130130
function get_objects_in_term($term_ids, $taxonomies, $args = array())
130132130131
{

0 commit comments

Comments
 (0)