Completed
Push — 1.4-autowiring-for-resource-bu... ( cfe966...176999 )
by Kamil
09:09
created
src/Sylius/Component/Core/Model/ShippingMethodInterface.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -21,9 +21,18 @@
 block discarded – undo
21 21
 
22 22
 interface ShippingMethodInterface extends BaseShippingMethodInterface, TaxableInterface, ChannelsAwareInterface
23 23
 {
24
+    /**
25
+     * @return ZoneInterface
26
+     */
24 27
     public function getZone(): ?ZoneInterface;
25 28
 
29
+    /**
30
+     * @return void
31
+     */
26 32
     public function setZone(?ZoneInterface $zone): void;
27 33
 
34
+    /**
35
+     * @return void
36
+     */
28 37
     public function setTaxCategory(?TaxCategoryInterface $category): void;
29 38
 }
Please login to merge, or discard this patch.