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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-04-10 17:49:30 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-04-10 17:49:30 +0300
commit80204ae823c3182d0d6205b5e7165ec42feb3671 (patch)
tree779099e5c5bab90b6bb143ea2e138881396113e5 /lib/Provider
parent4fa87a09a300420d8cdd78ea609960da77083f5b (diff)
Make app strict
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Provider')
-rw-r--r--lib/Provider/SmsProvider.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Provider/SmsProvider.php b/lib/Provider/SmsProvider.php
index c5e3399..8db1a43 100644
--- a/lib/Provider/SmsProvider.php
+++ b/lib/Provider/SmsProvider.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types = 1);
+
/**
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
*