Skip to content

Commit

Permalink
ConstraintViolationAdapter's PHPDoc: Add a summary, reword description
Browse files Browse the repository at this point in the history
  • Loading branch information
adriendupuis committed Dec 12, 2024
1 parent 8a4c287 commit 45960d5
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
use Symfony\Component\Validator\ConstraintViolationInterface;

/**
* {@see \Symfony\Component\Validator\ConstraintViolationInterface} to
* {@see \Ibexa\Contracts\Core\FieldType\ValidationError} adapter.
* Constraint violation validation error.
*
* Adapts {@see \Symfony\Component\Validator\ConstraintViolationInterface} to
* {@see \Ibexa\Contracts\Core\FieldType\ValidationError}.
*/
final class ConstraintViolationAdapter implements ValidationErrorInterface
{
Expand Down

0 comments on commit 45960d5

Please sign in to comment.