Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
1746dbdb
Commit
1746dbdb
authored
Nov 21, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #170 from codler/patch-1
Typo
parents
01a4efa4
ab5181e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
validator.php
laravel/validator.php
+5
-5
No files found.
laravel/validator.php
View file @
1746dbdb
...
...
@@ -394,7 +394,7 @@ class Validator {
}
/**
* Validate tha
n
an attribute is a valid e-mail address.
* Validate tha
t
an attribute is a valid e-mail address.
*
* @param string $attribute
* @param mixed $value
...
...
@@ -406,7 +406,7 @@ class Validator {
}
/**
* Validate tha
n
an attribute is a valid URL.
* Validate tha
t
an attribute is a valid URL.
*
* @param string $attribute
* @param mixed $value
...
...
@@ -444,7 +444,7 @@ class Validator {
}
/**
* Validate tha
n
an attribute contains only alphabetic characters.
* Validate tha
t
an attribute contains only alphabetic characters.
*
* @param string $attribute
* @param mixed $value
...
...
@@ -456,7 +456,7 @@ class Validator {
}
/**
* Validate tha
n
an attribute contains only alpha-numeric characters.
* Validate tha
t
an attribute contains only alpha-numeric characters.
*
* @param string $attribute
* @param mixed $value
...
...
@@ -468,7 +468,7 @@ class Validator {
}
/**
* Validate tha
n
an attribute contains only alpha-numeric characters, dashes, and underscores.
* Validate tha
t
an attribute contains only alpha-numeric characters, dashes, and underscores.
*
* @param string $attribute
* @param mixed $value
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment