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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-04-15 22:07:11 +0300
committerJoas Schilling <coding@schilljs.com>2021-04-15 22:26:39 +0300
commitcbfee7b4444a4e3921d78f2cff7a181f7ef5f709 (patch)
treeebdd33426e9f1045d6ed494a8b14a8223c68487c /appinfo
parent2d86327752d34f0b4c26826d77e1dffc31daa296 (diff)
Make everything strict
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/routes.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 1fc1e49..d083614 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @author Joas Schilling <coding@schilljs.com>
*