|
|
@@ -139,7 +139,7 @@ class HelperRegistry extends ObjectRegistry implements EventDispatcherInterface
|
|
|
* @param string $class The class to create.
|
|
|
* @param string $alias The alias of the loaded helper.
|
|
|
* @param array $settings An array of settings to use for the helper.
|
|
|
- * @return \Cake\Controller\Component The constructed helper class.
|
|
|
+ * @return \Cake\View\Helper The constructed helper class.
|
|
|
*/
|
|
|
protected function _create($class, $alias, $settings)
|
|
|
{
|