@@ -26,7 +26,6 @@ |
||
| 26 | 26 | |
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | - * @param ConstraintViolationListInterface $vilations |
|
| 30 | 29 | * @return ValidationException |
| 31 | 30 | */ |
| 32 | 31 | public static function createFromConstraintViolationList(ConstraintViolationListInterface $list): self |
@@ -7,7 +7,6 @@ |
||
| 7 | 7 | namespace Itmedia\CommandBusBundle\Exception; |
| 8 | 8 | |
| 9 | 9 | use Symfony\Component\Translation\TranslatorInterface; |
| 10 | -use Symfony\Component\Validator\ConstraintViolation; |
|
| 11 | 10 | use Symfony\Component\Validator\ConstraintViolationInterface; |
| 12 | 11 | use Symfony\Component\Validator\ConstraintViolationListInterface; |
| 13 | 12 | |