Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Round fractions up
<?php ceil(int|float $num): float
<?php     private function logEnd(float $startTime, SymfonyStyle $io, string $requestId): void

    {

        $duration = ceil((microtime(true) - $startTime) * 1000);

        $memoryUsed = ceil(memory_get_usage() / 1024 / 1024);



        $io->writeln([
<?php     private function logEnd(float $startTime, SymfonyStyle $io, string $requestId): void

    {

        $duration = ceil((microtime(true) - $startTime) * 1000);

        $memoryUsed = ceil(memory_get_usage() / 1024 / 1024);



        $io->writeln([

            "END RequestId: $requestId",