Browse Source
Fix codestyle
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/28726/head
Lukas Reschke
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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(); |
|
|
|
} |
|
|
|
|
|
|
|
|