diff options
author | Andrey Borysenko <andrey18106x@gmail.com> | 2024-03-12 18:14:40 +0200 |
---|---|---|
committer | Andrey Borysenko <andrey18106x@gmail.com> | 2024-03-12 18:14:40 +0200 |
commit | 865fd3ba082a36605ef3df689c714cfad63eada7 (patch) | |
tree | 7d5330472ea37b93d32218f8a02be7e7033653fd /tests/lib | |
parent | a7ff09d9695c1663abba645144e1554a4555f37a (diff) | |
download | nextcloud-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.php | 2 |
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> * |