Browse Source

Fix docblock.

ADmad 8 years ago
parent
commit
a3232eeba5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/FormHelper.php

+ 1 - 1
src/View/Helper/FormHelper.php

@@ -203,7 +203,7 @@ class FormHelper extends Helper
     /**
      * Context factory.
      *
-     * @var \Cake\View\FormContextFactory
+     * @var \Cake\View\Form\ContextFactory
      */
     protected $_contextFactory;