Skip to content

Commit

Permalink
Fix doc block error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 6, 2014
1 parent 49901c5 commit f366111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -2211,7 +2211,7 @@ public function addContextProvider($type, callable $check) {
*
* If there is no active form null will be returned.
*
* @param \Cake\View\Form\ContextInterface|null Either the new context when setting, or null to get.
* @param \Cake\View\Form\ContextInterface|null $context Either the new context when setting, or null to get.
* @return null|\Cake\View\Form\ContextInterface The context for the form.
*/
public function context($context = null) {
Expand Down

0 comments on commit f366111

Please sign in to comment.