Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / file / tests / fixtures / update / drupal-8.file_formatters_update_2677990.php
index 642314287741cac1fb38c65bca9d6408e0c1eeb5..d27fa1afdbd1c7c89754a63850f54d5487b77156 100644 (file)
@@ -49,7 +49,7 @@ $connection->update('key_value')
   ->condition('collection', 'entity.definitions.installed')
   ->condition('name', 'node.field_storage_definitions')
   ->fields([
-    'value' => serialize($installed)
+    'value' => serialize($installed),
   ])
   ->execute();