Skip to content

Commit 977d9ec

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: CS: recover no_break_comment [DI] Fix non-instantiables auto-discovery
2 parents d9c6cd5 + 95ef830 commit 977d9ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Util/ServerParams.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,11 @@ public function getPostMaxSize()
6262

6363
switch (substr($iniMax, -1)) {
6464
case 't': $max *= 1024;
65+
// no break
6566
case 'g': $max *= 1024;
67+
// no break
6668
case 'm': $max *= 1024;
69+
// no break
6770
case 'k': $max *= 1024;
6871
}
6972

0 commit comments

Comments
 (0)