Skip to content

Commit 6094095

Browse files
Merge branch '4.4' into 5.4
* 4.4: [PropertyInfo] CS fix [Serializer] Try all possible denormalization route with union types when ALLOW_EXTRA_ATTRIBUTES=false CS fix [Cache] Respect $save option in ChainAdapter [ExpressionLanguage] fix tests (bis) [ExpressionLanguage] fix tests [Cache] Respect $save option in ArrayAdapter [HttpKernel] Disable session tracking while collecting profiler data [MonologBridge] Fixed support of elasticsearch 7.+ in ElasticsearchLogstashHandler [DoctrineBridge] Extend type guessing on enum fields Fix for missing sender name in case with usage of the EnvelopeListener
2 parents 6b0d0e4 + 7d2a0b3 commit 6094095

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
@@ -253,11 +253,8 @@ private static function parseFilesize(string $size)
253253

254254
switch (substr($size, -1)) {
255255
case 't': $max *= 1024;
256-
// no break
257256
case 'g': $max *= 1024;
258-
// no break
259257
case 'm': $max *= 1024;
260-
// no break
261258
case 'k': $max *= 1024;
262259
}
263260

0 commit comments

Comments
 (0)