Skip to content
Snippets Groups Projects

Issue #3432476 add ConsoleUserValidator

Merged Ted Bowman requested to merge issue/automatic_updates-3432476:3432476-warn-root into 3.0.x
1 unresolved thread
Files
2
@@ -311,6 +311,8 @@ class ConverterCommand extends Command {
@@ -311,6 +311,8 @@ class ConverterCommand extends Command {
// https://drupal.org/i/3347937.
// https://drupal.org/i/3347937.
'scripts',
'scripts',
'dictionary.txt',
'dictionary.txt',
 
// @todo Remove in https://www.drupal.org/i/3432496.
 
'src/Validator/ConsoleUserValidator.php',
];
];
$removals = array_map(function ($path) use ($core_module_path) {
$removals = array_map(function ($path) use ($core_module_path) {
return "$core_module_path/$path";
return "$core_module_path/$path";
Loading