Skip to content

Commit

Permalink
Fix class type.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jun 7, 2018
1 parent 7505bb8 commit 77c1eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/HelperRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected function _throwMissingClassError($class, $plugin)
* @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)
{
Expand Down

0 comments on commit 77c1eb1

Please sign in to comment.