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:
authorJulius Härtl <jus@bitgrid.net>2018-03-28 13:24:32 +0300
committerJulius Härtl <jus@bitgrid.net>2018-04-19 21:14:40 +0300
commit39f44e1452c67b1b3da5a85c89d3fc3856d19ab8 (patch)
treeaaf078510f3bf112debbc813be4ac00f258be7e1 /apps/theming/lib/Controller
parentdaadc1c892e3febceb370ea0f62722b777572d65 (diff)
Add typehints
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/lib/Controller')
-rw-r--r--apps/theming/lib/Controller/ThemingController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php
index fc282f20885..2f0bfdd05ca 100644
--- a/apps/theming/lib/Controller/ThemingController.php
+++ b/apps/theming/lib/Controller/ThemingController.php
@@ -135,7 +135,6 @@ class ThemingController extends Controller {
* @param string $setting
* @param string $value
* @return DataResponse
- * @throws NotFoundException
* @throws NotPermittedException
*/
public function updateStylesheet($setting, $value) {