Completed
Push — master ( c7f353...009677 )
by Nicolaas
04:45
created
code/ProductGroup.php 1 patch
Doc Comments   +6 added lines, -7 removed lines patch added patch discarded remove patch
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
      * by either type (e.g. FILER) or variable (e.g dbFieldName)
373 373
      * or both.
374 374
      *
375
-     * @param string $typeOfVariableName FILTER | SORT | DISPLAY or sessionName, getVariable, etc...
375
+     * @param string $typeOrVariable FILTER | SORT | DISPLAY or sessionName, getVariable, etc...
376 376
      * @param string $variable:          sessionName, getVariable, etc...
377 377
      *
378 378
      * @return array | String
@@ -1528,9 +1528,8 @@  discard block
 block discarded – undo
1528 1528
 
1529 1529
     /**
1530 1530
      *
1531
-     * @param string $name
1532
-     * @param string $filterKey
1533 1531
      *
1532
+     * @param string $cacheKey
1534 1533
      * @return string
1535 1534
      */
1536 1535
     public function cacheKey($cacheKey)
@@ -1827,7 +1826,7 @@  discard block
 block discarded – undo
1827 1826
      * This is the call that is made from the template...
1828 1827
      * The actual final products being shown.
1829 1828
      *
1830
-     * @return PaginatedList
1829
+     * @return DataList
1831 1830
      **/
1832 1831
     public function Products()
1833 1832
     {
@@ -2151,7 +2150,7 @@  discard block
 block discarded – undo
2151 2150
      *
2152 2151
      * This is different from IsSearchResults.
2153 2152
      *
2154
-     * @return bool
2153
+     * @return boolean|null
2155 2154
      */
2156 2155
     public function ActiveSearchTerm()
2157 2156
     {
@@ -2217,7 +2216,7 @@  discard block
 block discarded – undo
2217 2216
      * Is there a special sort operating at the moment?
2218 2217
      * Is the current sort the default one (return inverse!)?
2219 2218
      *
2220
-     * @return bool
2219
+     * @return boolean|null
2221 2220
      */
2222 2221
     public function HasSort()
2223 2222
     {
@@ -2599,7 +2598,7 @@  discard block
 block discarded – undo
2599 2598
      *
2600 2599
      * @param SS_List
2601 2600
      *
2602
-     * @return PaginatedList
2601
+     * @return ProductGroup_Controller|null
2603 2602
      */
2604 2603
     protected function paginateList(SS_List $list)
2605 2604
     {
Please login to merge, or discard this patch.
code/search/filters/EcommercePaymentFilters.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     private $divider = 90;
32 32
 
33 33
     /**
34
-     *@return SQLQuery
34
+     *@return DataQuery
35 35
      **/
36 36
     public function applyOne(DataQuery $query)
37 37
     {
Please login to merge, or discard this patch.
code/search/filters/OrderEmailRecordFilters.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 class OrderEmailRecordFilters_MultiOptionsetStatusIDFilter extends ExactMatchFilter
13 13
 {
14 14
     /**
15
-     *@return SQLQuery
15
+     *@return DataQuery
16 16
      **/
17 17
     public function apply(DataQuery $query)
18 18
     {
Please login to merge, or discard this patch.
code/tasks/EcommerceTaskArchiveAllOrdersWithItems.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -90,6 +90,11 @@
 block discarded – undo
90 90
         }
91 91
     }
92 92
 
93
+    /**
94
+     * @param DataObject|null $lastOrderStep
95
+     * @param string $orderStatusLogClassName
96
+     * @param integer $offset
97
+     */
93 98
     public function getOrdersForCreateSubmissionLogForArchivedOrders($lastOrderStep, $orderStatusLogClassName, $offset)
94 99
     {
95 100
         return Order::get()
Please login to merge, or discard this patch.
code/tasks/EcommerceTaskCleanupProducts.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 $deleteFirst = true;
21 21
 
22
+    /**
23
+     * @param boolean $b
24
+     */
22 25
     public function setDeleteFirst($b)
23 26
     {
24 27
         $this->deleteFirst = $b;
Please login to merge, or discard this patch.
code/tasks/EcommerceTaskMigration.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,8 +196,10 @@
 block discarded – undo
196 196
      *
197 197
      * @param string - $field - name of the field to be tested
198 198
      * @param string - $table - name of the table to be tested
199
+     * @param string $table
200
+     * @param string $field
199 201
      *
200
-     * @return bool
202
+     * @return boolean|null
201 203
      */
202 204
     protected function makeFieldObsolete($table, $field, $format = '')
203 205
     {
Please login to merge, or discard this patch.
code/tasks/EcommerceTaskOrderItemsPerCustomer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -69,6 +69,9 @@
 block discarded – undo
69 69
         }
70 70
     }
71 71
 
72
+    /**
73
+     * @param DataList $orderItems
74
+     */
72 75
     public function generateExportFileData($email, $date, $orderItems)
73 76
     {
74 77
         $separator = ',';
Please login to merge, or discard this patch.
code/model/process/OrderProcessQueue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
      * If the order already exists, it will update the seconds and the creation  time.
152 152
      *
153 153
      * @param Order $order          [description]
154
-     * @param Int   $deferInSeconds [description]
154
+     * @param Int   $deferTimeInSeconds [description]
155 155
      */
156 156
     public function AddOrderToQueue($order, $deferTimeInSeconds)
157 157
     {
Please login to merge, or discard this patch.
code/interfaces/BuyableModel.php 1 patch
Doc Comments   +9 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     /**
113 113
      * You can set an alternative class name for order item using this method.
114 114
      *
115
-     * @param string $ClassName
115
+     * @param string $className
116 116
      **/
117 117
     public function setAlternativeClassNameForOrderItem($className);
118 118
 
@@ -240,6 +240,10 @@  discard block
 block discarded – undo
240 240
      * @return float (casted variable)
241 241
      */
242 242
     public function CalculatedPrice();
243
+
244
+    /**
245
+     * @return double
246
+     */
243 247
     public function getCalculatedPrice();
244 248
 
245 249
     /**
@@ -248,6 +252,10 @@  discard block
 block discarded – undo
248 252
      * @return Money
249 253
      */
250 254
     public function CalculatedPriceAsMoney();
255
+
256
+    /**
257
+     * @return Money
258
+     */
251 259
     public function getCalculatedPriceAsMoney();
252 260
 
253 261
     //CRUD SETTINGS
Please login to merge, or discard this patch.