<?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",