Completed
Push — master ( d50167...f80385 )
by Nicolaas
01:45
created
code/forms/RecommendedProductsModifier_Form.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -22,6 +22,12 @@
 block discarded – undo
22 22
 
23 23
     private static $product_template = "";
24 24
 
25
+    /**
26
+     * @param Controller $optionalController
27
+     * @param string $name
28
+     * @param Validator $optionalValidator
29
+     * @param ArrayList $recommendedBuyables
30
+     */
25 31
     public function __construct($optionalController = null, $name, FieldList $fields, FieldList $actions, $optionalValidator = null, $recommendedBuyables)
26 32
     {
27 33
         if (! ($fields instanceof FieldList)) {
Please login to merge, or discard this patch.
code/modifiers/RecommendedProductsModifier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 
82 82
     /**
83 83
      *
84
-     * @return Form
84
+     * @return RecommendedProductsModifier_Form|null
85 85
      */
86 86
     public function getModifierForm(Controller $optionalController = null, Validator $optionalValidator = null)
87 87
     {
Please login to merge, or discard this patch.