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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 17:20:31 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 17:24:00 +0300
commitedbd604ebc0094f48ab735da3e449625f8f6cfd9 (patch)
tree83d51deddc13dbc91a64ee3add196eda52afbb1e /appinfo/routes.php
parent8eb7310025dc24ddd379b36e0e94bab536f2216b (diff)
Fix PHP-CS
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo/routes.php')
-rw-r--r--appinfo/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 6935e0918..9e32d3248 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net>