]> source.dussan.org Git - nextcloud-server.git/commit
Uses PHP8's constructor property promotion in core/Command/Db classes.
authorFaraz Samapoor <fsa@adlas.at>
Mon, 12 Jun 2023 14:37:03 +0000 (18:07 +0330)
committerLouis <6653109+artonge@users.noreply.github.com>
Mon, 19 Jun 2023 10:55:15 +0000 (12:55 +0200)
commitb5cbba7fc153494339a52dc1c1633fbfbe1e9fd1
treef734114aab14744aa316425c5b16c25c325231f3
parentceee417d2c48153d25460405c55594f8fdbb6b80
Uses PHP8's constructor property promotion in core/Command/Db classes.

Signed-off-by: Faraz Samapoor <fsa@adlas.at>
core/Command/Db/AddMissingColumns.php
core/Command/Db/AddMissingIndices.php
core/Command/Db/AddMissingPrimaryKeys.php
core/Command/Db/ConvertFilecacheBigInt.php
core/Command/Db/ConvertMysqlToMB4.php
core/Command/Db/ConvertType.php
core/Command/Db/Migrations/ExecuteCommand.php
core/Command/Db/Migrations/MigrateCommand.php
core/Command/Db/Migrations/StatusCommand.php