diff options
author | Faraz Samapoor <f.samapoor@gmail.com> | 2023-06-13 11:03:25 +0330 |
---|---|---|
committer | Louis <6653109+artonge@users.noreply.github.com> | 2023-06-19 12:55:15 +0200 |
commit | 1e8ec53b8cd2c0d56eec14b915133b07b538995e (patch) | |
tree | 243d6ba9762d35521400d1fb23ae9d00d320eb62 /core | |
parent | 73d7c45ae10b878ca3449b112eca93c244f3a83d (diff) | |
download | nextcloud-server-1e8ec53b8cd2c0d56eec14b915133b07b538995e.tar.gz nextcloud-server-1e8ec53b8cd2c0d56eec14b915133b07b538995e.zip |
Update core/Command/Db/ConvertType.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/Command/Db/ConvertType.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Command/Db/ConvertType.php b/core/Command/Db/ConvertType.php index 9098f7cdd80..e95a6f47c1f 100644 --- a/core/Command/Db/ConvertType.php +++ b/core/Command/Db/ConvertType.php @@ -56,7 +56,7 @@ use function preg_match; use function preg_quote; class ConvertType extends Command implements CompletionAwareInterface { - protected array $columnTypes; + protected array $columnTypes = []; public function __construct( protected IConfig $config, |