Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Field / PluginSettingsBase.php
index 073bd2c787e1ac956f8cdd58c319038a667e36d5..4e38e755f1428897efd4e3ba4b457f5b6710895a 100644 (file)
@@ -141,7 +141,7 @@ abstract class PluginSettingsBase extends PluginBase implements PluginSettingsIn
     if (!empty($this->thirdPartySettings)) {
       // Create dependencies on any modules providing third party settings.
       return [
-        'module' => array_keys($this->thirdPartySettings)
+        'module' => array_keys($this->thirdPartySettings),
       ];
     }
     return [];