[TOOLS][PHPStan][DocCheck] Fix errors found by PHPStan and Doc Check

This commit is contained in:
2021-10-21 14:45:18 +01:00
committed by Diogo Peralta Cordeiro
parent 769b901060
commit 299e893ca9
12 changed files with 110 additions and 89 deletions

View File

@@ -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);
}
}