Skip to content

Commit

Permalink
QC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pkly committed Mar 5, 2024
1 parent 5709672 commit 73b14ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Service/Type/Coercer/StringCoercer.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ public function coerce(
mixed $value,
bool $validatePropertyConstraints = false
): CoerceResult {
/** @phpstan-ignore-next-line */
return $this->buildResult(
$this->validator,
$propertyPath,
$property,
$value,
$value, /** @phpstan-ignore-line */
[new Type(['type' => 'string'])],
$validatePropertyConstraints
);
Expand Down

0 comments on commit 73b14ab

Please sign in to comment.