Browse Source

Merge pull request #12270 from ndm2/fix-breadcrumbs-helper-property-annotation

Fix `BreadcrumbsHelper` property annotation.
Mark Story 7 years ago
parent
commit
b32cf61661
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/View.php

+ 1 - 1
src/View/View.php

@@ -56,7 +56,7 @@ use RuntimeException;
  * `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