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