From dd42c12d49ff6240f8b3e46e6902499cad1626c1 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Wed, 30 Apr 2025 10:38:20 -0400 Subject: [PATCH] Orden --- app/test.bootstrap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/test.bootstrap.php b/app/test.bootstrap.php index 6be992a..acda92d 100644 --- a/app/test.bootstrap.php +++ b/app/test.bootstrap.php @@ -16,7 +16,6 @@ class Benchmark echo implode(PHP_EOL, self::$queue), PHP_EOL; self::$queue = []; } - public static function execute(callable $callback, ?array $args = null, ?string $description = null): mixed { if (null === $description) { @@ -36,7 +35,6 @@ class Benchmark self::$queue[$i] .= sprintf(" in %.2f seconds", $end - $start); return $result; } - public static function getCallableName(callable $callable): string { return match (true) {