Skip to content

Commit

Permalink
Apply fixes from StyleCI (#36413)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Feb 27, 2021
1 parent 39e1f84 commit f330a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Validation/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ public function passes()
}

if ($this->stopOnFirstFailure && $this->messages->isNotEmpty()) {
break;
}
break;
}

foreach ($rules as $rule) {
$this->validateAttribute($attribute, $rule);
Expand Down

0 comments on commit f330a09

Please sign in to comment.