diff --git a/core/lib/Drupal/Core/Database/Schema.php b/core/lib/Drupal/Core/Database/Schema.php index c4d27c36e3e..4ebfd40b1f2 100644 --- a/core/lib/Drupal/Core/Database/Schema.php +++ b/core/lib/Drupal/Core/Database/Schema.php @@ -2,7 +2,7 @@ /** * @file - * Definition of Drupal\Core\Database\Schema + * Contains \Drupal\Core\Database\Schema. */ namespace Drupal\Core\Database; @@ -11,6 +11,9 @@ use Drupal\Core\Database\SchemaObjectExistsException; use Drupal\Core\Database\Query\Condition; use Drupal\Core\Database\Query\PlaceholderInterface; +/** + * Provides a base implementation for Database Schema. + */ abstract class Schema implements PlaceholderInterface { protected $connection;