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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-07-24 11:25:41 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-07-24 11:25:41 +0300
commit507d02c1257f205eba541162af98235c90a4a4b1 (patch)
tree79c68a3907fe334f99ad5692d26cce3940189ffe /lib/Contracts
parent4b05b8cc968ea5a92609ed3ed3cce008420a43d0 (diff)
Make IUserPreferences strict
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Contracts')
-rw-r--r--lib/Contracts/IUserPreferences.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Contracts/IUserPreferences.php b/lib/Contracts/IUserPreferences.php
index 55b0d93af..d953f461e 100644
--- a/lib/Contracts/IUserPreferences.php
+++ b/lib/Contracts/IUserPreferences.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
/**
* @copyright 2017 Christoph Wurst <christoph@winzerhof-wurst.at>
*