Skip to content

Commit

Permalink
Merge 0ea6d19 into cd198d2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed May 22, 2021
2 parents cd198d2 + 0ea6d19 commit f119757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php
Expand Up @@ -136,7 +136,7 @@ protected function getIdFromValue(string $value)
protected function normalizeValues(array $values, string $property): ?array
{
foreach ($values as $key => $value) {
if (!\is_int($key) || !\is_string($value)) {
if (!\is_int($key)) {
unset($values[$key]);
}
}
Expand Down

0 comments on commit f119757

Please sign in to comment.