[TOOLS][PHPStan][DocCheck] Fix errors found by PHPStan and Doc Check
This commit is contained in:
@@ -152,5 +152,6 @@ class Cover
|
||||
// return new Response('Cover File not found',Response::HTTP_NOT_FOUND);
|
||||
// }
|
||||
// return GSFile::sendFile($cover->getFilePath(), $file->getMimetype(), $file->getTitle());
|
||||
return new Response('Cover File not found', Response::HTTP_NOT_FOUND);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user