Fix codestyle

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/28726/head
Lukas Reschke 5 years ago committed by GitHub
parent dd054b2ee8
commit 2994dbe215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/Controller/SvgController.php

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

Loading…
Cancel
Save