Issue #2337591 by swentel, mikeker: Fixed Install failure on Windows: ThirdPartySettingsTrait::getThirdPartySetting not compatible with ThirdPartySettingsInterface::getThirdPartySetting error during install.

8.0.x
Nathaniel Catchpole 2014-09-15 11:19:53 +01:00
parent 34cce8dcdc
commit 1e95f6364f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ interface ThirdPartySettingsInterface {
* @return mixed
* The value.
*/
public function getThirdPartySetting($module, $key, $default);
public function getThirdPartySetting($module, $key, $default = NULL);
/**
* Unsets a third-party setting.