Completed
Branch master (24313b)
by Pierre-Henry
33:06
created
_protected/framework/Mvc/Request/Http.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     /**
121 121
      * Check is the POST request method exists.
122 122
      *
123
-     * @param array|string $mKey The key of the request or an array with the list of key of the variables request.
123
+     * @param string $mKey The key of the request or an array with the list of key of the variables request.
124 124
      * @param string $sParam Optional parameter, check the type of the request variable | Value type is: str, int, float, bool
125 125
      *
126 126
      * @return boolean
Please login to merge, or discard this patch.
_install/inc/fns/misc.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
296 296
 /**
297 297
  * Check if Apache's mod_rewrite is installed.
298 298
  *
299
- * @return boolean
299
+ * @return null|boolean
300 300
  */
301 301
 function is_url_rewrite()
302 302
 {
Please login to merge, or discard this patch.