X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FLegacyModule.php;h=88aa418201cb81c4250b1c2c4f7b1e8c44f9043e;hb=0b1f67f5b33cd9a57e9bebeec76cbb8898f2ab27;hp=22d393ef9eda1e5706360e209efc74dc264cfcc6;hpb=e56a53647bd5469551bf4f9ef2df50a5dd16b943;p=friendica.git diff --git a/src/LegacyModule.php b/src/LegacyModule.php index 22d393ef9e..88aa418201 100644 --- a/src/LegacyModule.php +++ b/src/LegacyModule.php @@ -1,6 +1,6 @@ t('Legacy module file not found: %s', $file_path)); @@ -87,7 +87,7 @@ class LegacyModule extends BaseModule * @return string * @throws \Exception */ - private function runModuleFunction(string $function_suffix) + private function runModuleFunction(string $function_suffix): string { $function_name = $this->moduleName . '_' . $function_suffix;