diff --git a/ext/mvc/moduledefinitioninterface.c b/ext/mvc/moduledefinitioninterface.c index dd30bc5f58c..449dccdcb06 100644 --- a/ext/mvc/moduledefinitioninterface.c +++ b/ext/mvc/moduledefinitioninterface.c @@ -40,11 +40,12 @@ PHALCON_INIT_CLASS(Phalcon_Mvc_ModuleDefinitionInterface){ /** * Registers an autoloader related to the module * + * @param Phalcon\DiInterface $dependencyInjector */ PHALCON_DOC_METHOD(Phalcon_Mvc_ModuleDefinitionInterface, registerAutoloaders); /** - * Registers an autoloader related to the module + * Registers services related to the module * * @param Phalcon\DiInterface $dependencyInjector */