Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Database / Driver / sqlite / Schema.php
index 6e772cd2b2478320f080849b69b9c31d749a9cd2..e11c6da34e495b7e9377852ee369cab3542cfcca 100644 (file)
@@ -413,7 +413,7 @@ class Schema extends DatabaseSchema {
 
     // Now add the fields.
     foreach ($mapping as $field_alias => $field_source) {
-      // Just ignore this field (ie. use it's default value).
+      // Just ignore this field (ie. use its default value).
       if (!isset($field_source)) {
         continue;
       }
@@ -450,7 +450,7 @@ class Schema extends DatabaseSchema {
    *   Name of the table.
    *
    * @return
-   *   An array representing the schema, from drupal_get_schema().
+   *   An array representing the schema.
    *
    * @throws \Exception
    *   If a column of the table could not be parsed.