Completed
Push — master ( d299f2...e5993d )
by Nicolaas
03:55
created
code/control/CreateEcommerceVariations.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -411,6 +411,9 @@
 block discarded – undo
411 411
 
412 412
 class CreateEcommerceVariations_Field extends LiteralField
413 413
 {
414
+    /**
415
+     * @param string $name
416
+     */
414 417
     public function __construct($name, $additionalContent = '', $productID)
415 418
     {
416 419
         Requirements::themedCSS("CreateEcommerceVariationsField", "ecommerce_product_variation");
Please login to merge, or discard this patch.
code/model/Buyables/ProductVariation.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
337 337
      * and AttributeValues are used for the table rows then the columns will be
338 338
      * in the same order.
339 339
      *
340
-     * @return DataObjectSet
340
+     * @return ArrayList
341 341
      */
342 342
     public function AttributeValuesSorted()
343 343
     {
@@ -751,7 +751,7 @@  discard block
 block discarded – undo
751 751
     /**
752 752
      * You can set an alternative class name for order item using this method.
753 753
      *
754
-     * @param string $ClassName
754
+     * @param string $className
755 755
      **/
756 756
     public function setAlternativeClassNameForOrderItem($className)
757 757
     {
@@ -969,7 +969,7 @@  discard block
 block discarded – undo
969 969
      * In templates, it is used like this:
970 970
      * $EcommerceConfigAjax.TableID.
971 971
      *
972
-     * @return EcommerceConfigAjax
972
+     * @return EcommerceConfigAjaxDefinitions
973 973
      **/
974 974
     public function AJAXDefinitions()
975 975
     {
Please login to merge, or discard this patch.
code/model/Buyables/ProductWithVariationDecorator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      *
67 67
      * @param Member $member
68 68
      *
69
-     * @return bool
69
+     * @return false|null
70 70
      */
71 71
     public function canDelete($member = null)
72 72
     {
Please login to merge, or discard this patch.
code/model/TypesAndValues/ProductAttributeType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
 
227 227
     /**
228 228
      *
229
-     * @param String $emptyString
229
+     * @param String $emptystring
230 230
      * @param DataList $values
231 231
      *
232 232
      * @return DropdownField | HiddenField
Please login to merge, or discard this patch.