Browse Source

Merge pull request #12202 from cakephp/ADmad-patch-1

Fix class type.
Mark Story 7 years ago
parent
commit
a295b90a4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/HelperRegistry.php

+ 1 - 1
src/View/HelperRegistry.php

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