Fix comment about nullable return type

This commit is contained in:
Kijin Sung 2025-06-03 11:17:18 +09:00
parent e3f08ef322
commit f4a686ce47
2 changed files with 8 additions and 8 deletions

View file

@ -49,7 +49,7 @@ class ModuleHandler extends Handler
* prepares variables to use in moduleHandler
* @param string $module name of module
* @param string $act name of action
* @param int $mid
* @param string $mid
* @param int $document_srl
* @param int $module_srl
* @return void