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

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-02-08 13:37:15 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-02-08 13:37:15 +0300
commitb0ea05eb89f81e5c9cef92dc0dadad9758b38014 (patch)
tree45941614041b25d5bf1f410729f5ac531a6dd020 /appinfo
parentf8e460fa1b942b96f07d1e41a910de34cf49854f (diff)
Move to proper app structure
* This allows us to use the composer autoloader * Added typehints * Added strict types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
-rw-r--r--appinfo/routes.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 72b6348..6cdc551 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
/**
* @author Lukas Reschke
* @copyright 2014 Lukas Reschke lukas@owncloud.com
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 232f495..3cfe624 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -1,4 +1,5 @@
<?php
+declare(strict_types=1);
/**
* @author Lukas Reschke
* @copyright 2014 Lukas Reschke lukas@owncloud.com