Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views / src / Tests / ViewTestData.php
index 7b9bc9ebe1d7fb1eaefa098ca01e8451dd9ef549..27ddf7c46552c7d27aa419f24a8d929040b0bd30 100644 (file)
@@ -58,6 +58,8 @@ class ViewTestData {
 
   /**
    * Returns the schema definition.
+   *
+   * @internal
    */
   public static function schemaDefinition() {
     $schema['views_test_data'] = [
@@ -80,7 +82,8 @@ class ViewTestData {
           'type' => 'int',
           'unsigned' => TRUE,
           'not null' => TRUE,
-          'default' => 0],
+          'default' => 0,
+        ],
         'job' => [
           'description' => "The person's job",
           'type' => 'varchar',