Passed
Push — master ( bb6f0e...232fc8 )
by Chris
02:03
created
src/utils.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.