Merge pull request #35385 from pulsejet/patch-previewtype

Fix type of PreviewController::$userId
pull/35249/head
Simon L 2022-12-03 19:09:37 +07:00 committed by GitHub
commit 23f336761e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -40,7 +40,7 @@ use OCP\IPreview;
use OCP\IRequest;
class PreviewController extends Controller {
private string $userId;
private ?string $userId;
private IRootFolder $root;
private IPreview $preview;