Skip to content

Commit

Permalink
psr
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Feb 6, 2024
1 parent bc5ba7e commit 2995cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/php/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -1380,6 +1380,7 @@ public function convertMemory(string $capacity)
//no break, continue to next
case 'kb':
$real_value *= 1024;
//no break, continue to next
case 'b':
break;
default:
Expand Down

0 comments on commit 2995cfa

Please sign in to comment.