Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / rest / tests / fixtures / update / drupal-8.rest-rest_update_8201.php
index 17a69d537887b9716787894bbcf6e24a60c8d11a..ac9b19119cab8d0fb8740203c0220324bc46ec73 100644 (file)
@@ -54,6 +54,6 @@ $data = $connection->insert('config')
   ->fields([
     'name' => 'rest.settings',
     'data' => serialize($config),
-    'collection' => ''
+    'collection' => '',
   ])
   ->execute();