Commit 1746dbdb authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #170 from codler/patch-1

Typo
parents 01a4efa4 ab5181e8
...@@ -394,7 +394,7 @@ class Validator { ...@@ -394,7 +394,7 @@ class Validator {
} }
/** /**
* Validate than an attribute is a valid e-mail address. * Validate that an attribute is a valid e-mail address.
* *
* @param string $attribute * @param string $attribute
* @param mixed $value * @param mixed $value
...@@ -406,7 +406,7 @@ class Validator { ...@@ -406,7 +406,7 @@ class Validator {
} }
/** /**
* Validate than an attribute is a valid URL. * Validate that an attribute is a valid URL.
* *
* @param string $attribute * @param string $attribute
* @param mixed $value * @param mixed $value
...@@ -444,7 +444,7 @@ class Validator { ...@@ -444,7 +444,7 @@ class Validator {
} }
/** /**
* Validate than an attribute contains only alphabetic characters. * Validate that an attribute contains only alphabetic characters.
* *
* @param string $attribute * @param string $attribute
* @param mixed $value * @param mixed $value
...@@ -456,7 +456,7 @@ class Validator { ...@@ -456,7 +456,7 @@ class Validator {
} }
/** /**
* Validate than an attribute contains only alpha-numeric characters. * Validate that an attribute contains only alpha-numeric characters.
* *
* @param string $attribute * @param string $attribute
* @param mixed $value * @param mixed $value
...@@ -468,7 +468,7 @@ class Validator { ...@@ -468,7 +468,7 @@ class Validator {
} }
/** /**
* Validate than an attribute contains only alpha-numeric characters, dashes, and underscores. * Validate that an attribute contains only alpha-numeric characters, dashes, and underscores.
* *
* @param string $attribute * @param string $attribute
* @param mixed $value * @param mixed $value
......
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