Completed
Push — master ( 25d319...4bf1e7 )
by Lorenzo
03:30 queued 01:09
created
src/array.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      * Get the first element of an array. Useful for method chaining.
65 65
      *
66 66
      * @param  array $array
67
-     * @return mixed
67
+     * @return string
68 68
      */
69 69
     function head($array)
70 70
     {
Please login to merge, or discard this patch.
src/sanitize.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -249,7 +249,6 @@
 block discarded – undo
249 249
  * Usage: '<index>' => 'sanitize_email'
250 250
  *
251 251
  * @param string $value
252
- * @param array $params
253 252
  *
254 253
  * @return string
255 254
  *
Please login to merge, or discard this patch.