Completed
Push — master ( 6fc45b...6ecf1a )
by Nicolaas
01:36
created
code/forms/fields/GoogleCustomSearchPage_RecordField.php 1 patch
Doc Comments   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@  discard block
 block discarded – undo
21 21
      */
22 22
     protected $minimumCount = 1;
23 23
 
24
+    /**
25
+     * @param string $name
26
+     */
24 27
     public function __construct($name, $title = "")
25 28
     {
26 29
         $totalNumberOfDaysBack = $this->numberOfDays + $this->endingDaysBack;
@@ -104,7 +107,7 @@  discard block
 block discarded – undo
104 107
 
105 108
     /**
106 109
      * @param Int
107
-     * @return Field
110
+     * @return GoogleCustomSearchPage_RecordField
108 111
      */
109 112
     public function setNumberOfDays($days)
110 113
     {
@@ -114,7 +117,7 @@  discard block
 block discarded – undo
114 117
 
115 118
     /**
116 119
      * @param Int
117
-     * @return Field
120
+     * @return GoogleCustomSearchPage_RecordField
118 121
      */
119 122
     public function setMinimumCount($count)
120 123
     {
@@ -124,7 +127,7 @@  discard block
 block discarded – undo
124 127
 
125 128
     /**
126 129
      * @param Int
127
-     * @return Field
130
+     * @return GoogleCustomSearchPage_RecordField
128 131
      */
129 132
     public function setEndingDaysBack($count)
130 133
     {
Please login to merge, or discard this patch.