aboutsummaryrefslogtreecommitdiffstats
path: root/tests/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 /tests/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 'tests/lib')
-rw-r--r--tests/lib/Settings/DeclarativeManagerTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/lib/Settings/DeclarativeManagerTest.php b/tests/lib/Settings/DeclarativeManagerTest.php
index 7df519d984b..b6f3ce44c15 100644
--- a/tests/lib/Settings/DeclarativeManagerTest.php
+++ b/tests/lib/Settings/DeclarativeManagerTest.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2023 Andrey Borysenko <andrey.borysenko@nextcloud.com>
*