Completed
Push — master ( 9dfdce...47683b )
by Kamil
20:21
created
src/Sylius/Component/Promotion/Model/PromotionActionInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,16 +20,19 @@
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param string $type
23
+     * @return void
23 24
      */
24 25
     public function setType($type);
25 26
 
26 27
     /**
27 28
      * @param array $configuration
29
+     * @return void
28 30
      */
29 31
     public function setConfiguration(array $configuration);
30 32
 
31 33
     /**
32 34
      * @param PromotionInterface $promotion
35
+     * @return void
33 36
      */
34 37
     public function setPromotion(PromotionInterface $promotion = null);
35 38
 }
Please login to merge, or discard this patch.
src/Sylius/Component/Promotion/Model/PromotionRuleInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,16 +20,19 @@
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param string $type
23
+     * @return void
23 24
      */
24 25
     public function setType($type);
25 26
 
26 27
     /**
27 28
      * @param array $configuration
29
+     * @return void
28 30
      */
29 31
     public function setConfiguration(array $configuration);
30 32
 
31 33
     /**
32 34
      * @param PromotionInterface $promotion
35
+     * @return void
33 36
      */
34 37
     public function setPromotion(PromotionInterface $promotion = null);
35 38
 }
Please login to merge, or discard this patch.