Completed
Pull Request — master (#71)
by Sam
11:59
created
gfunctions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -286,6 +286,9 @@
 block discarded – undo
286 286
     return substr(str_shuffle('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'), 0, $length);
287 287
 }
288 288
 
289
+/**
290
+ * @param integer $type
291
+ */
289 292
 function stripArray($input, $type)
290 293
 {
291 294
     switch ($type) {
Please login to merge, or discard this patch.