aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Constants.php
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2021-04-26 12:33:36 +0200
committerJ0WI <J0WI@users.noreply.github.com>2021-04-26 12:33:45 +0200
commitefc5c57a79a5bad9b91135a436c1eca717082968 (patch)
treed1f1f1192228ecdc9e1d7b69f50cd53eb067f7ff /lib/public/Constants.php
parent8f3a0705d46c1c196521cdb33c75acf92ea05026 (diff)
downloadnextcloud-server-efc5c57a79a5bad9b91135a436c1eca717082968.tar.gz
nextcloud-server-efc5c57a79a5bad9b91135a436c1eca717082968.zip
Some more strict_types
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'lib/public/Constants.php')
-rw-r--r--lib/public/Constants.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/Constants.php b/lib/public/Constants.php
index 86e1fb6c538..813fbe673d4 100644
--- a/lib/public/Constants.php
+++ b/lib/public/Constants.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*