Skip to content

Commit 9bdd539

Browse files
committed
-refactoring
1 parent 313d3e9 commit 9bdd539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doctrine/Common/Filter/SearchFilterTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ protected function hasValidValues(array $values, ?string $type = null): bool
184184
return false;
185185
}
186186

187-
if ($type === self::DOCTRINE_UUID_TYPE && false === $this->isValidUuid($value)) {
187+
if (self::DOCTRINE_UUID_TYPE === $type && false === $this->isValidUuid($value)) {
188188
return false;
189189
}
190190
}

0 commit comments

Comments
 (0)