core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php b/core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php index 44ab5ba597..5230a2a7d7 100644 --- a/core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php +++ b/core/lib/Drupal/Core/Config/Schema/SchemaCheckTrait.php @@ -73,9 +73,6 @@ public function checkConfigSchema(TypedConfigManagerInterface $typed_config, $co // @see \Drupal\Core\Plugin\Plugin\Validation\Constraint\PluginExistsConstraint::$unknownPluginMessage // @todo Remove this in https://www.drupal.org/project/drupal/issues/3362457 "The '.*' plugin does not exist.", - // @see "machine_name" in core.data_types.schema.yml - // @todo Remove this in https://www.drupal.org/project/drupal/issues/3372972 - "The .*<\/em> machine name is not valid.", ]; $filtered_violations = array_filter( iterator_to_array($violations),