@@ -131,7 +131,7 @@ |
||
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) |