Completed
Push — form-types-promotion ( db0546 )
by Kamil
57:10 queued 38:15
created
src/Sylius/Bundle/ResourceBundle/Form/Type/FixedCollectionType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return callable
70
+     * @return \Closure
71 71
      */
72 72
     private function optionalCallableNormalizer()
73 73
     {
Please login to merge, or discard this patch.
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.