Improving validation code and comments.

This commit is contained in:
Taylor Otwell 2011-06-22 07:03:36 -07:00
parent 72c3f1859f
commit 9d8c5d3587
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ class Presence_Of extends Rule {
public $allow_empty = false; public $allow_empty = false;
/** /**
* Indicates a null should be considered present. * Indicates null should be considered present.
* *
* @var bool * @var bool
*/ */