Skip to content

Commit dab7c79

Browse files
Merge branch '5.4' into 6.0
* 5.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 [Messenger] move resetting services at worker stopped into ResetServicesListener [Mailer] Fix Error Handling for OhMySMTP Bridge Fix for missing sender name in case with usage of the EnvelopeListener
2 parents 05abe9a + 6094095 commit dab7c79

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
@@ -234,11 +234,8 @@ private static function parseFilesize(string $size): int|float
234234

235235
switch (substr($size, -1)) {
236236
case 't': $max *= 1024;
237-
// no break
238237
case 'g': $max *= 1024;
239-
// no break
240238
case 'm': $max *= 1024;
241-
// no break
242239
case 'k': $max *= 1024;
243240
}
244241

0 commit comments

Comments
 (0)