Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply fixes from StyleCI #19159

Merged
merged 1 commit into from
May 11, 2017
Merged

Apply fixes from StyleCI #19159

merged 1 commit into from
May 11, 2017

Conversation

taylorotwell
Copy link
Member

This pull request applies code style fixes from an analysis carried out by StyleCI.


For more information, click here.

[ci skip] [skip ci]
@taylorotwell taylorotwell merged commit 14a03bd into validation-rules May 11, 2017
@taylorotwell taylorotwell deleted the analysis-qxO3bO branch May 11, 2017 19:26
taylorotwell added a commit that referenced this pull request May 11, 2017
* Support custom validation rule objects.

This is a slightly different approach to use custom validation objects
compared to the current Validator::extend approach. With this addition,
you can define an object that implements
Illuminate\Validation\ValidationRule and then include it in your
validation rules like so: ‘name’ => [new ValidName].

This provides a quick way to define custom validation rules without
needing to call Validator::extend at all.

* Apply fixes from StyleCI (#19156)

* Remove unused property.

* support implicit validation rules

* Apply fixes from StyleCI (#19158)

* move contracts

* Apply fixes from StyleCI (#19159)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant