]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Command/Db/ConvertType.php 38764/head
authorFaraz Samapoor <f.samapoor@gmail.com>
Tue, 13 Jun 2023 07:33:25 +0000 (11:03 +0330)
committerLouis <6653109+artonge@users.noreply.github.com>
Mon, 19 Jun 2023 10:55:15 +0000 (12:55 +0200)
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
core/Command/Db/ConvertType.php

index 9098f7cdd80dc70f62e009d4cf86e8f74b1b4569..e95a6f47c1ff183307d53d38b1f21fa2ba86aeba 100644 (file)
@@ -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,