8000 CS fix · symfony/http-kernel@46bff0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 46bff0d

Browse files
CS fix
1 parent 6ba21e7 commit 46bff0d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎DataCollector/MemoryDataCollector.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,8 @@ private function convertToBytes(string $memoryLimit)
114114

115115
switch (substr($memoryLimit, -1)) {
116116
case 't': $max *= 1024;
117-
// no break
118117
case 'g': $max *= 1024;
119-
// no break
120118
case 'm': $max *= 1024;
121-
// no break
122119
case 'k': $max *= 1024;
123120
}
124121

0 commit comments

Comments
 (0)
0