Skip to content

Commit cce2bc5

Browse files
committed
fixed CS
1 parent 9b3c2ca commit cce2bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/File/UploadedFile.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function move($directory, $name = null)
187187
*
188188
* @return type The maximum size of an uploaded file in bytes
189189
*/
190-
public static function getMaxFilesize()
190+
static public function getMaxFilesize()
191191
{
192192
$max = trim(ini_get('upload_max_filesize'));
193193

0 commit comments

Comments
 (0)