Completed
Push — master ( 6f3a7a...818ba8 )
by Lorenzo
02:14
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/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
 /**
132 132
  * This function transforms the php.ini notation for numbers (like '2M')
133 133
  * to an integer (2*1024*1024 in this case)
134
- * @param $sSize
134
+ * @param string $sSize
135 135
  * @return int|string
136 136
  */
137 137
 function convertPHPSizeToBytes($sSize)
Please login to merge, or discard this patch.