diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-29 15:12:53 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-29 15:28:00 +0100 |
commit | ccc66e912b171ba7bb4e5b4478508a22202eb356 (patch) | |
tree | 539163d9701116dd1b40df25021392fca554c950 /lib/private/Installer.php | |
parent | c1e5ebaed578b655ea5a54ea848b19ad5147815a (diff) | |
download | nextcloud-server-ccc66e912b171ba7bb4e5b4478508a22202eb356.tar.gz nextcloud-server-ccc66e912b171ba7bb4e5b4478508a22202eb356.zip |
fix: Use DI for Setup class and move away from deprecated methods
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'lib/private/Installer.php')
-rw-r--r-- | lib/private/Installer.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Installer.php b/lib/private/Installer.php index dd4f1f790e3..0aa8fe2aeda 100644 --- a/lib/private/Installer.php +++ b/lib/private/Installer.php @@ -1,4 +1,7 @@ <?php + +declare(strict_types=1); + /** * @copyright Copyright (c) 2016, ownCloud, Inc. * @copyright Copyright (c) 2016, Lukas Reschke <lukas@statuscode.ch> |