diff --git a/core/lib/Drupal/Core/Database/Schema.php b/core/lib/Drupal/Core/Database/Schema.php index 2872954..d3e1ba4 100644 --- a/core/lib/Drupal/Core/Database/Schema.php +++ b/core/lib/Drupal/Core/Database/Schema.php @@ -425,7 +425,7 @@ public function fieldExists($table, $column) { */ abstract public function copyTable($source, $destination); - /**j + /** * Add a new field to a table. * * @param $table