Skip to content

Commit d2a5727

Browse files
chore: run formatter
1 parent 2a111c7 commit d2a5727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function logError(Log $log, Throwable $error, string $action, Logger $logger = n
117117
->inject('response')
118118
->inject('log')
119119
->inject('runner')
120-
->action(function (string $runtimeId, string $image, string $entrypoint, string $source, string $destination, string $outputDirectory, array $variables, string $runtimeEntrypoint, string $command, int $timeout, bool $remove, float $cpus, int $memory, string $version, string $restartPolicy, Request $request,Response $response, Log $log, Runner $runner) {
120+
->action(function (string $runtimeId, string $image, string $entrypoint, string $source, string $destination, string $outputDirectory, array $variables, string $runtimeEntrypoint, string $command, int $timeout, bool $remove, float $cpus, int $memory, string $version, string $restartPolicy, Request $request, Response $response, Log $log, Runner $runner) {
121121
$secret = \bin2hex(\random_bytes(16));
122122

123123
/**

0 commit comments

Comments
 (0)