1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 20:57:36 +02:00

Fix build

This commit is contained in:
Jordi Boggiano
2024-11-11 14:06:20 +01:00
parent 8ae546b2b9
commit b92508d0d7

View File

@@ -249,7 +249,7 @@ final class Utils
}
$val = (int) $match['val'];
switch (strtolower($match['unit'] ?? '')) {
switch (strtolower($match['unit'])) {
case 'g':
$val *= 1024;
case 'm':