Completed
Push — utc-datetime-storing ( 6fbf75...e1fcef )
by Kamil
25:51
created
src/Sylius/Behat/Page/SymfonyPageInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@
 block discarded – undo
27 27
      * @param array $requiredUrlParameters
28 28
      *
29 29
      * @throws UnexpectedPageException
30
+     * @return void
30 31
      */
31 32
     public function verifyRoute(array $requiredUrlParameters = []);
32 33
 }
Please login to merge, or discard this patch.
Promotion/Generator/PromotionCouponGeneratorInstructionInterface.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -25,6 +25,7 @@  discard block
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * @param int|null $amount
28
+     * @return void
28 29
      */
29 30
     public function setAmount(?int $amount): void;
30 31
 
@@ -35,6 +36,7 @@  discard block
 block discarded – undo
35 36
 
36 37
     /**
37 38
      * @param int|null $codeLength
39
+     * @return void
38 40
      */
39 41
     public function setCodeLength(?int $codeLength): void;
40 42
 
@@ -45,6 +47,7 @@  discard block
 block discarded – undo
45 47
 
46 48
     /**
47 49
      * @param \DateTimeInterface $expiresAt
50
+     * @return void
48 51
      */
49 52
     public function setExpiresAt(?\DateTimeInterface $expiresAt): void;
50 53
 
@@ -55,6 +58,7 @@  discard block
 block discarded – undo
55 58
 
56 59
     /**
57 60
      * @param int $usageLimit
61
+     * @return void
58 62
      */
59 63
     public function setUsageLimit(int $usageLimit): void;
60 64
 }
Please login to merge, or discard this patch.