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

[6.x] Replace asterisks before validation #31257

Merged
merged 1 commit into from
Jan 28, 2020
Merged

Conversation

themsaid
Copy link
Member

A different approach for #31253 that fixes #31228

src/Illuminate/Validation/Validator.php Outdated Show resolved Hide resolved
src/Illuminate/Validation/Validator.php Outdated Show resolved Hide resolved
@@ -250,14 +250,9 @@ public function parseData(array $data)
$value = $this->parseData($value);
}

// If the data key contains a dot, we will replace it with another character
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep this comment?

@taylorotwell taylorotwell merged commit 058b42f into laravel:6.x Jan 28, 2020
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.

Asterisk keys in validator input bypass array validation rules
4 participants