Improving validation code and comments.

This commit is contained in:
Taylor Otwell
2011-06-22 07:02:19 -07:00
parent 56e500419c
commit 72c3f1859f

View File

@@ -5,7 +5,7 @@ use System\Validation\Rule;
class Format_Of extends Rule {
/**
* The regular expression that will be used to evaluate the attribute.
* The regular expression that will be used to validate the attribute.
*
* @var string
*/