Skip to content

Commit 77ac9f6

Browse files
committed
Sorting.
1 parent 10e4b1f commit 77ac9f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

additionalParams.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
* @link https://github.com/phpstan/phpstan-src/blob/1.5.x/resources/functionMap.php
1111
*/
1212
return [
13+
'WP_Http::get' => [$httpReturnType],
14+
'WP_Http::head' => [$httpReturnType],
15+
'WP_Http::post' => [$httpReturnType],
16+
'WP_Http::request' => [$httpReturnType],
17+
'WP_List_Table::display_tablenav' => ['void', 'which'=>'"top"|"bottom"'],
18+
'WP_List_Table::pagination' => ['void', 'which'=>'"top"|"bottom"'],
1319
'wp_remote_get' => [$httpReturnType],
1420
'wp_remote_head' => [$httpReturnType],
1521
'wp_remote_post' => [$httpReturnType],
@@ -18,10 +24,4 @@
1824
'wp_safe_remote_head' => [$httpReturnType],
1925
'wp_safe_remote_post' => [$httpReturnType],
2026
'wp_safe_remote_request' => [$httpReturnType],
21-
'WP_Http::get' => [$httpReturnType],
22-
'WP_Http::head' => [$httpReturnType],
23-
'WP_Http::post' => [$httpReturnType],
24-
'WP_Http::request' => [$httpReturnType],
25-
'WP_List_Table::display_tablenav' => ['void', 'which'=>'"top"|"bottom"'],
26-
'WP_List_Table::pagination' => ['void', 'which'=>'"top"|"bottom"'],
2727
];

0 commit comments

Comments
 (0)