Commit eb3a5b0d authored by Taylor Otwell's avatar Taylor Otwell

Improving validation code and comments.

parent 3b63335c
...@@ -24,7 +24,7 @@ class Validator { ...@@ -24,7 +24,7 @@ class Validator {
public $rules = array(); public $rules = array();
/** /**
* Create a new Eloquent validator instance. * Create a new Validator instance.
* *
* @param mixed $target * @param mixed $target
* @return void * @return void
...@@ -41,7 +41,7 @@ class Validator { ...@@ -41,7 +41,7 @@ class Validator {
} }
/** /**
* Create a new Eloquent validator instance. * Create a new Validator instance.
* *
* @param mixed $target * @param mixed $target
* @return Validator * @return Validator
...@@ -52,7 +52,7 @@ class Validator { ...@@ -52,7 +52,7 @@ class Validator {
} }
/** /**
* Determine if the model passes all of the validation rules. * Determine if the attributes pass all of the validation rules.
* *
* @return bool * @return bool
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment