Completed
Push — master ( 21d98e...803d86 )
by Nicolaas
01:18
created
code/forms/RepeatOrderForm.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -218,8 +218,8 @@
 block discarded – undo
218 218
     /**
219 219
      * add item to the beginning of array
220 220
      * @param  array $arr [description]
221
-     * @param  mixed $key [description]
222
-     * @param  mixed $val [description]
221
+     * @param  integer $key [description]
222
+     * @param  string $val [description]
223 223
 
224 224
      * @return array
225 225
      */
Please login to merge, or discard this patch.