mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 21:26:43 +02:00
Fix build
This commit is contained in:
@@ -249,7 +249,7 @@ final class Utils
|
|||||||
}
|
}
|
||||||
|
|
||||||
$val = (int) $match['val'];
|
$val = (int) $match['val'];
|
||||||
switch (strtolower($match['unit'] ?? '')) {
|
switch (strtolower($match['unit'])) {
|
||||||
case 'g':
|
case 'g':
|
||||||
$val *= 1024;
|
$val *= 1024;
|
||||||
case 'm':
|
case 'm':
|
||||||
|
Reference in New Issue
Block a user