Skip to content

Commit

Permalink
fix: Coding styles
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Feb 4, 2024
1 parent 7706aed commit bc32170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/PublicPreviewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function index(
int $fileId = -1,
int $x = 32,
int $y = 32,
string $token = null
?string $token = null
) {
if ($fileId === -1 || $x === 0 || $y === 0) {
return new DataResponse([], Http::STATUS_BAD_REQUEST);
Expand Down

0 comments on commit bc32170

Please sign in to comment.