Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/5.3' into 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 26, 2016
2 parents 820532a + 861d76e commit 382c7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Validation/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ protected function getExtraConditions(array $segments)

$count = count($segments);

for ($i = 0; $i < $count; $i = $i + 2) {
for ($i = 0; $i < $count; $i += 2) {
$extra[$segments[$i]] = $segments[$i + 1];
}

Expand Down

0 comments on commit 382c7bd

Please sign in to comment.