Completed
Push — master ( 6f3a7a...818ba8 )
by Lorenzo
02:14
created
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.