Completed
Push — pull-request/8500 ( e49efc )
by Kamil
18:54
created
src/Sylius/Component/Mailer/Sender/SenderInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -23,6 +23,7 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.
Sylius/Bundle/AddressingBundle/Tests/Form/Type/CountryChoiceTypeTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,10 +7,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.