mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-05 20:57:36 +02:00
Fix build
This commit is contained in:
@@ -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':
|
||||
|
Reference in New Issue
Block a user