mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
ModuleObject::getInstance() 주석의 반환타입을 static으로 바꾸어 에디터가 제대로 인식하도록 개선
This commit is contained in:
parent
578cd58e2e
commit
bc7f8a73c3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class ModuleObject extends BaseObject
|
|||
* Singleton
|
||||
*
|
||||
* @param string $module_hint (optional)
|
||||
* @return self
|
||||
* @return static
|
||||
*/
|
||||
public static function getInstance($module_hint = null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue