aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/appinfo/routes.php
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-07-10 14:13:29 +0200
committerJulius Härtl <jus@bitgrid.net>2020-07-15 09:28:12 +0200
commit35bdb998ef7bc1a52c8cd3a28ee727f874dde557 (patch)
treedd03c4d07746d4b52e466bc5a2e006d573f78cf4 /apps/dashboard/appinfo/routes.php
parente6fb1b9878c2981c5bf5526a4d4e83aae77f436d (diff)
downloadnextcloud-server-35bdb998ef7bc1a52c8cd3a28ee727f874dde557.tar.gz
nextcloud-server-35bdb998ef7bc1a52c8cd3a28ee727f874dde557.zip
Dashboard strict typing
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/dashboard/appinfo/routes.php')
-rw-r--r--apps/dashboard/appinfo/routes.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/dashboard/appinfo/routes.php b/apps/dashboard/appinfo/routes.php
index 5ad8e9073d0..34792a9d47d 100644
--- a/apps/dashboard/appinfo/routes.php
+++ b/apps/dashboard/appinfo/routes.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2020 Julius Härtl <jus@bitgrid.net>
*