aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
diff options
context:
space:
mode:
authorAndrey Borysenko <andrey18106x@gmail.com>2024-03-12 18:14:40 +0200
committerAndrey Borysenko <andrey18106x@gmail.com>2024-03-12 18:14:40 +0200
commit865fd3ba082a36605ef3df689c714cfad63eada7 (patch)
tree7d5330472ea37b93d32218f8a02be7e7033653fd /apps/settings/lib
parenta7ff09d9695c1663abba645144e1554a4555f37a (diff)
downloadnextcloud-server-865fd3ba082a36605ef3df689c714cfad63eada7.tar.gz
nextcloud-server-865fd3ba082a36605ef3df689c714cfad63eada7.zip
fix: add missing copyrights and strict types
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Diffstat (limited to 'apps/settings/lib')
-rw-r--r--apps/settings/lib/Controller/DeclarativeSettingsController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings/lib/Controller/DeclarativeSettingsController.php b/apps/settings/lib/Controller/DeclarativeSettingsController.php
index 71347066290..a5ee6a18003 100644
--- a/apps/settings/lib/Controller/DeclarativeSettingsController.php
+++ b/apps/settings/lib/Controller/DeclarativeSettingsController.php
@@ -1,4 +1,7 @@
<?php
+
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2023 Kate Döen <kate.doeen@nextcloud.com>
*