Skip to content

Commit

Permalink
Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 14, 2016
1 parent 7c2f0c1 commit 3092400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Form/Form.php
Expand Up @@ -39,7 +39,7 @@ class Form
/**
* The schema used by this form.
*
* @var \Cake\Form\Schema;
* @var \Cake\Form\Schema
*/
protected $_schema;

Expand All @@ -53,7 +53,7 @@ class Form
/**
* The validator used by this form.
*
* @var \Cake\Validation\Validator;
* @var \Cake\Validation\Validator
*/
protected $_validator;

Expand Down

0 comments on commit 3092400

Please sign in to comment.