Skip to content

Commit 6ff13bb

Browse files
solracsfjulien-nc
andauthored
Update lib/Controller/BaseOidcController.php
Co-authored-by: Julien Veyssier <[email protected]> Signed-off-by: Git'Fellow <[email protected]>
1 parent c972c6d commit 6ff13bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/Controller/BaseOidcController.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ protected function isDebugModeEnabled(): bool {
3333
return $this->config->getSystemValueBool('debug', false);
3434
}
3535

36-
protected function buildErrorTemplateResponse(string $message, int $statusCode, array $throttleMetadata = [],
37-
?bool $throttle = null): TemplateResponse {
36+
protected function buildErrorTemplateResponse(
37+
string $message, int $statusCode, array $throttleMetadata = [], ?bool $throttle = null
38+
): TemplateResponse {
3839
$params = [
3940
'message' => $message,
4041
'title' => $this->l->t('Error'),

0 commit comments

Comments
 (0)