Completed
Push — master ( ba7092...423380 )
by Nicolaas
02:07
created
code/form/ProductQuestionImageSelectorField.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -19,6 +19,9 @@
 block discarded – undo
19 19
 
20 20
     protected $height = 50;
21 21
 
22
+    /**
23
+     * @param string $name
24
+     */
22 25
     public function __construct($name, $title = '', $options = array(), $value = '', $folderID)
23 26
     {
24 27
         $this->setOptions($options);
Please login to merge, or discard this patch.
code/model/ProductQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
      * returns
143 143
      * red.jpg, red.png, red.gif
144 144
      * @param String $option
145
-     * @return Array
145
+     * @return string[]
146 146
      */
147 147
     public static function create_file_array_from_option($option)
148 148
     {
Please login to merge, or discard this patch.
code/model/ProductQuestion_ProductControllerDecorator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
     /**
66 66
      * returns the fields from the form
67
-     * @return FieldSet
67
+     * @return FieldList
68 68
      */
69 69
     public function ProductQuestionsAnswerFormFields()
70 70
     {
Please login to merge, or discard this patch.
code/model/ProductQuestion_ProductVariationExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * returns the fields from the form
53
-     * @return FieldSet
53
+     * @return FieldList
54 54
      */
55 55
     public function ProductQuestionsAnswerFormFields()
56 56
     {
Please login to merge, or discard this patch.