Fix PHPDoc comments project-wide

This commit is contained in:
Hypolite Petovan 2019-01-06 16:06:53 -05:00
parent 6077aa5847
commit 3282ce5389
113 changed files with 1703 additions and 795 deletions

View file

@ -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)
{