diff options
Diffstat (limited to 'core/command/app')
-rw-r--r-- | core/command/app/checkcode.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/command/app/checkcode.php b/core/command/app/checkcode.php index 0db9958f387..9f6e0729ce9 100644 --- a/core/command/app/checkcode.php +++ b/core/command/app/checkcode.php @@ -127,9 +127,6 @@ class CheckCode extends Command { if($value === [] || is_null($value) || $value === '') { $output->writeln("<info>Deprecated field available: $key</info>"); } else { - if(is_array($value)) { - $value = 'Array of ' . count($value) . ' element(s)'; - } $output->writeln("<info>Deprecated field available: $key => $value</info>"); } }); |