mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:50:10 +00:00
Fix PHPDoc comments project-wide
This commit is contained in:
parent
6077aa5847
commit
3282ce5389
113 changed files with 1703 additions and 795 deletions
|
@ -22,6 +22,7 @@ class LegacyModule extends BaseModule
|
|||
* The only method that needs to be called, with the module/addon file name.
|
||||
*
|
||||
* @param string $file_path
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function setModuleFile($file_path)
|
||||
{
|
||||
|
@ -59,6 +60,7 @@ class LegacyModule extends BaseModule
|
|||
*
|
||||
* @param string $function_suffix
|
||||
* @return string
|
||||
* @throws \Exception
|
||||
*/
|
||||
private static function runModuleFunction($function_suffix)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue