Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Config / Entity / ThirdPartySettingsInterface.php
index 7b2ee060f6582273c1e941a65380db26522f63cb..990a5b4fe16bbd90145e803c04065fa440e0a964 100644 (file)
@@ -41,7 +41,6 @@ interface ThirdPartySettingsInterface {
    */
   public function getThirdPartySetting($module, $key, $default = NULL);
 
-
   /**
    * Gets all third-party settings of a given module.
    *