Fix codestyle

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2021-09-06 10:53:01 +00:00 committed by backportbot[bot]
parent 3061f8a529
commit b87649beeb

View file

@ -118,7 +118,7 @@ class SvgController extends Controller {
* @return DataDisplayResponse|NotFoundResponse
*/
private function getSvg(string $path, string $color, string $fileName) {
if(!Filesystem::isValidPath($path)) {
if (!Filesystem::isValidPath($path)) {
return new NotFoundResponse();
}