Completed
Push — master ( 521ac8...a48538 )
by Nicolaas
03:37
created
code/forms/gridfield/GridFieldPrintAllInvoicesButton.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@  discard block
 block discarded – undo
18 18
 
19 19
     /**
20 20
      * @param string $targetFragment The HTML fragment to write the button into
21
-     * @param array $exportColumns The columns to include in the export
22 21
      */
23 22
     public function __construct($targetFragment = "after")
24 23
     {
@@ -72,6 +71,7 @@  discard block
 block discarded – undo
72 71
 
73 72
     /**
74 73
      * Handle the print, for both the action button and the URL
74
+      * @param GridField $gridField
75 75
       */
76 76
     public function handlePrintAllPackingSlips($gridField, $request = null)
77 77
     {
Please login to merge, or discard this patch.
code/forms/OrderForm_Cancel.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,6 @@
 block discarded – undo
188 188
     /**
189 189
      * saves the form into session.
190 190
      *
191
-     * @param array $data - data from form.
192 191
      */
193 192
     public function saveDataToSession()
194 193
     {
Please login to merge, or discard this patch.
code/forms/OrderForm_Payment.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,6 @@
 block discarded – undo
188 188
     /**
189 189
      * saves the form into session.
190 190
      *
191
-     * @param array $data - data from form.
192 191
      */
193 192
     public function saveDataToSession()
194 193
     {
Please login to merge, or discard this patch.
code/forms/OrderStatusLogForm.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,6 @@
 block discarded – undo
188 188
     /**
189 189
      * saves the form into session.
190 190
      *
191
-     * @param array $data - data from form.
192 191
      */
193 192
     public function saveDataToSession()
194 193
     {
Please login to merge, or discard this patch.
code/model/extensions/EcommerceSiteTreeExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -330,7 +330,7 @@
 block discarded – undo
330 330
      * In templates, it is used like this:
331 331
      * $EcommerceConfigAjax.TableID.
332 332
      *
333
-     * @return EcommerceConfigAjax
333
+     * @return EcommerceConfigAjaxDefinitions
334 334
      **/
335 335
     public function AJAXDefinitions()
336 336
     {
Please login to merge, or discard this patch.
code/model/process/OrderSteps/OrderStep_Archived.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
      *
27 27
      * @see Order::doNextStatus
28 28
      *
29
-     * @param Order object
29
+     * @param Order Order
30 30
      *
31 31
      * @return bool - true if the current step is ready to be run...
32 32
      **/
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
      *
44 44
      * @see Order::doNextStatus
45 45
      *
46
-     * @param Order object
46
+     * @param Order Order
47 47
      *
48 48
      * @return bool - true if run correctly.
49 49
      **/
Please login to merge, or discard this patch.
code/model/process/OrderSteps/OrderStep_Created.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * @see Order::doNextStatus
45 45
      *
46
-     * @param Order object
46
+     * @param Order Order
47 47
      *
48 48
      * @return bool - true if the current step is ready to be run...
49 49
      **/
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
@@ -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.