Completed
Push — master ( 018a2f...b87a46 )
by Dmitry
10:27
created
src/cart/AbstractPurchase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      * Executes the purchase.
75 75
      * Calls proper API commands to purchase the product.
76 76
      * @throws ErrorPurchaseException in case of failed purchase
77
-     * @return true if the item was purchased successfully
77
+     * @return boolean if the item was purchased successfully
78 78
      */
79 79
     public function execute()
80 80
     {
Please login to merge, or discard this patch.
src/forms/AbstractTariffForm.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -171,6 +171,9 @@
 block discarded – undo
171 171
         return $this->tariff;
172 172
     }
173 173
 
174
+    /**
175
+     * @param Tariff $tariff
176
+     */
174 177
     public function setTariff($tariff)
175 178
     {
176 179
         if ($tariff === null) {
Please login to merge, or discard this patch.