Skip to content

Commit

Permalink
Fix BreadcrumbsHelper property annotation.
Browse files Browse the repository at this point in the history
The actual classname uses a lowercase `c`.
  • Loading branch information
ndm2 committed Jun 20, 2018
1 parent b02dae1 commit 0134d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/View.php
Expand Up @@ -56,7 +56,7 @@
* `plugins/SuperHot/Template/Posts/index.ctp`. If a theme template
* is not found for the current action the default app template file is used.
*
* @property \Cake\View\Helper\BreadCrumbsHelper $BreadCrumbs
* @property \Cake\View\Helper\BreadcrumbsHelper $Breadcrumbs
* @property \Cake\View\Helper\FlashHelper $Flash
* @property \Cake\View\Helper\FormHelper $Form
* @property \Cake\View\Helper\HtmlHelper $Html
Expand Down

0 comments on commit 0134d7e

Please sign in to comment.