fix phpstan errors: undefined variable or type invalid

This commit is contained in:
2022-01-24 00:32:47 +01:00
parent e23ef35b75
commit c42f62de4c
5 changed files with 4 additions and 59 deletions

View File

@@ -486,7 +486,7 @@ final class SingleTaskController extends AbstractController
);
default:
throw new BadRequestException("format not supported: {$format}");
throw new BadRequestException("format not supported: {$_format}");
}
}