]> source.dussan.org Git - nextcloud-server.git/commit
Uses PHP8's constructor property promotion in core/Command/Config and core/Command...
authorFaraz Samapoor <fsa@adlas.at>
Mon, 12 Jun 2023 14:52:05 +0000 (18:22 +0330)
committerLouis <6653109+artonge@users.noreply.github.com>
Tue, 20 Jun 2023 07:29:50 +0000 (09:29 +0200)
commit3519689d50434978a5ad083871686a9f59f9273e
tree2f75d8faadc07a5d12607b3ed0dee07511c168d6
parent64c19ce3aab20cae15bd522428ae54548a76b78b
Uses PHP8's constructor property promotion in core/Command/Config and  core/Command/Group classes.

Signed-off-by: Faraz Samapoor <fsa@adlas.at>
12 files changed:
core/Command/Config/App/DeleteConfig.php
core/Command/Config/App/GetConfig.php
core/Command/Config/App/SetConfig.php
core/Command/Config/Import.php
core/Command/Config/ListConfigs.php
core/Command/Config/System/Base.php
core/Command/Group/Add.php
core/Command/Group/AddUser.php
core/Command/Group/Delete.php
core/Command/Group/Info.php
core/Command/Group/ListCommand.php
core/Command/Group/RemoveUser.php