Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-06-20 16:23:06 +0300
committerJoas Schilling <coding@schilljs.com>2019-06-20 16:23:06 +0300
commit05381f00d25e380c557a3a1100dd83e75298f130 (patch)
tree52482e5a10e06807ce2a032ee065c1a088e5b568 /core/Controller
parent4ff3978a6d1f7f6cb85bb7739b68b7dfaf36eb91 (diff)
Fall back to black for non-color values
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Controller')
-rw-r--r--core/Controller/SvgController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php
index bbf4e61c60c..b956f724ad8 100644
--- a/core/Controller/SvgController.php
+++ b/core/Controller/SvgController.php
@@ -111,6 +111,7 @@ class SvgController extends Controller {
*
* @param string $path
* @param string $color
+ * @param string $fileName
* @return DataDisplayResponse|NotFoundResponse
*/
private function getSvg(string $path, string $color, string $fileName) {