@@ -23,6 +23,7 @@ |
||
| 23 | 23 | * @param array $recipients |
| 24 | 24 | * @param array $data |
| 25 | 25 | * @param array $attachments |
| 26 | + * @return void |
|
| 26 | 27 | */ |
| 27 | 28 | public function send(string $code, array $recipients, array $data = [], array $attachments = [], array $replyTo = []): void; |
| 28 | 29 | } |
@@ -7,10 +7,8 @@ |
||
| 7 | 7 | use PHPUnit\Framework\Assert; |
| 8 | 8 | use Prophecy\Prophecy\ProphecyInterface; |
| 9 | 9 | use Sylius\Bundle\AddressingBundle\Form\Type\CountryChoiceType; |
| 10 | -use Sylius\Component\Addressing\Model\Country; |
|
| 11 | 10 | use Sylius\Component\Addressing\Model\CountryInterface; |
| 12 | 11 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
| 13 | -use Symfony\Component\Form\ChoiceList\View\ChoiceListView; |
|
| 14 | 12 | use Symfony\Component\Form\ChoiceList\View\ChoiceView; |
| 15 | 13 | use Symfony\Component\Form\PreloadedExtension; |
| 16 | 14 | use Symfony\Component\Form\Test\TypeTestCase; |