X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FConfig%2FEntity%2FThirdPartySettingsInterface.php;h=990a5b4fe16bbd90145e803c04065fa440e0a964;hb=refs%2Fheads%2Fd864;hp=7b2ee060f6582273c1e941a65380db26522f63cb;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php b/web/core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php index 7b2ee060f..990a5b4fe 100644 --- a/web/core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php +++ b/web/core/lib/Drupal/Core/Config/Entity/ThirdPartySettingsInterface.php @@ -41,7 +41,6 @@ interface ThirdPartySettingsInterface { */ public function getThirdPartySetting($module, $key, $default = NULL); - /** * Gets all third-party settings of a given module. *