This commit is contained in:
Matej Bačo
2022-10-11 10:52:05 +00:00
parent c6792c1034
commit 909fb7c8d0
-1
View File
@@ -53,7 +53,6 @@ $cli
$type !== 'json' && Console::info('To get detailed information about missing translations, run the command with --type=debug parameter. Use --type=json to get JSON formatted results.');
if ($type === 'json') {
\var_dump($results);
Console::log(\json_encode($results));
}
});