Completed
Push — master ( e6a06a...4a0d57 )
by
unknown
04:15
created
code/model/PickUpOrDeliveryModifierOptions.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -293,6 +293,9 @@
 block discarded – undo
293 293
         return $fields;
294 294
     }
295 295
 
296
+    /**
297
+     * @param string $title
298
+     */
296 299
     private function createGridField($dataObjectName = "EcommerceCountry", $fieldName = "AvailableInCountries", $title)
297 300
     {
298 301
         $field = null;
Please login to merge, or discard this patch.
code/modifiers/PickUpOrDeliveryModifier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -366,7 +366,7 @@
 block discarded – undo
366 366
 
367 367
     /**
368 368
      * description of region and country being shipped to.
369
-     * @return PickUpOrDeliveryModifierOptions | NULL
369
+     * @return string|null | NULL
370 370
      */
371 371
     protected function LiveSerializedCalculationObject()
372 372
     {
Please login to merge, or discard this patch.