lint: fix php

pull/474/head
Varun Patil 2023-03-10 13:29:41 -08:00
parent 5a571b29b7
commit 862d742efc
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@ class ShareController extends ApiBase
return $file;
}
private function makeShareResponse(\OCP\Share\IShare $share) {
private function makeShareResponse(\OCP\Share\IShare $share)
{
/** @var \OCP\IURLGenerator $urlGenerator */
$urlGenerator = \OC::$server->get(\OCP\IURLGenerator::class);