|
@@ -186,7 +186,8 @@ |
|
|
block discarded – undo |
|
186
|
186
|
/**
|
|
187
|
187
|
* Get the current request array or mock array if set.
|
|
188
|
188
|
*
|
|
189
|
|
- * @param string The server method to use, one of GET, POST, SERVER or COOKIE.
|
|
|
189
|
+ * @param string The server method to use, one of GET, POST, SERVER or COOKIE. |
|
|
190
|
+ * @param string $request_method
|
|
190
|
191
|
* @return arra|null The requested array or null.
|
|
191
|
192
|
*/
|
|
192
|
193
|
public static function get_request_object( $request_method )
|
Please login to merge, or discard this patch.