Skip to content

Commit 7d2a0b3

Browse files
CS fix
1 parent 8e87b3e commit 7d2a0b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

File/UploadedFile.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,8 @@ private static function parseFilesize(string $size)
273273

274274
switch (substr($size, -1)) {
275275
case 't': $max *= 1024;
276-
// no break
277276
case 'g': $max *= 1024;
278-
// no break
279277
case 'm': $max *= 1024;
280-
// no break
281278
case 'k': $max *= 1024;
282279
}
283280

0 commit comments

Comments
 (0)