We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64af99b commit a95fdbfCopy full SHA for a95fdbf
src/UserInterface/Controller/JobController.php
@@ -136,7 +136,7 @@ public function list(Request $request): Response
136
/**
137
* View {@see JobExecution} details in a Twig template.
138
*/
139
- public function view(string $job, string $id, null|string $path = null): Response
+ public function view(string $job, string $id, string|null $path = null): Response
140
{
141
try {
142
$execution = $this->jobExecutionStorage->retrieve($job, $id);
0 commit comments