Completed
Push — master ( 92d109...8f13c5 )
by
unknown
03:44
created
code/model/process/OrderStatusLogs/OrderStatusLog_DispatchPhysicalOrder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     *@return string
97
+     *@return HTMLText
98 98
      **/
99 99
     public function CustomerNote()
100 100
     {
Please login to merge, or discard this patch.
code/model/process/OrderStatusLogs/OrderStatusLog_PaymentCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return string
96
+     * @return HTMLText|null
97 97
      **/
98 98
     public function CustomerNote()
99 99
     {
Please login to merge, or discard this patch.
code/model/process/OrderStep.php 1 patch
Doc Comments   +6 added lines, -5 removed lines patch added patch discarded remove patch
@@ -594,7 +594,7 @@  discard block
 block discarded – undo
594 594
      *
595 595
      * @see Order::doNextStatus
596 596
      *
597
-     * @param Order object
597
+     * @param Order Order
598 598
      *
599 599
      * @return bool - true if the current step is ready to be run...
600 600
      **/
@@ -613,7 +613,7 @@  discard block
 block discarded – undo
613 613
      *
614 614
      * @see Order::doNextStatus
615 615
      *
616
-     * @param Order object
616
+     * @param Order Order
617 617
      *
618 618
      * @return bool - true if run correctly.
619 619
      **/
@@ -655,6 +655,7 @@  discard block
 block discarded – undo
655 655
      *
656 656
      * @param string $code:       the name of the step to check
657 657
      * @param bool   $orIsEqualTo if set to true, this method will return TRUE if the step being checked is the current one
658
+     * @param string $code
658 659
      *
659 660
      * @return bool
660 661
      **/
@@ -902,7 +903,7 @@  discard block
 block discarded – undo
902 903
     /**
903 904
      * Formatted answer for "hasCustomerMessage".
904 905
      *
905
-     * @return string
906
+     * @return DBField
906 907
      */
907 908
     public function ShowAsSummary()
908 909
     {
@@ -912,7 +913,7 @@  discard block
 block discarded – undo
912 913
     /**
913 914
      *
914 915
      *
915
-     * @return string
916
+     * @return DBField
916 917
      */
917 918
     public function getShowAsSummary()
918 919
     {
@@ -972,7 +973,7 @@  discard block
 block discarded – undo
972 973
     /**
973 974
      * Formatted answer for "hasCustomerMessage".
974 975
      *
975
-     * @return string
976
+     * @return DBField
976 977
      */
977 978
     public function NameAndDescription()
978 979
     {
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
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
      *
25 25
      * @see Order::doNextStatus
26 26
      *
27
-     * @param Order object
27
+     * @param Order Order
28 28
      *
29 29
      * @return bool - true if the current step is ready to be run...
30 30
      **/
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      *
42 42
      * @see Order::doNextStatus
43 43
      *
44
-     * @param Order object
44
+     * @param Order Order
45 45
      *
46 46
      * @return bool - true if run correctly.
47 47
      **/
Please login to merge, or discard this patch.
code/model/process/OrderSteps/OrderStep_Confirmed.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
      *
31 31
      * @see Order::doNextStatus
32 32
      *
33
-     * @param Order object
33
+     * @param Order Order
34 34
      *
35 35
      * @return bool - true if the current step is ready to be run...
36 36
      **/
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
      *
48 48
      * @see Order::doNextStatus
49 49
      *
50
-     * @param Order object
50
+     * @param Order Order
51 51
      *
52 52
      * @return bool - true if run correctly.
53 53
      **/
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      *
62 62
      * @param DataObject $order Order
63 63
      *
64
-     * @return DataObject | Null - DataObject = OrderStep
64
+     * @return OrderStep|null | Null - DataObject = OrderStep
65 65
      **/
66 66
     public function nextStep(Order $order)
67 67
     {
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
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      *
28 28
      * @see Order::doNextStatus
29 29
      *
30
-     * @param Order object
30
+     * @param Order Order
31 31
      *
32 32
      * @return bool - true if the current step is ready to be run...
33 33
      **/
Please login to merge, or discard this patch.
code/model/process/OrderSteps/OrderStep_Sent.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      *
49 49
      * @see Order::doNextStatus
50 50
      *
51
-     * @param Order object
51
+     * @param Order Order
52 52
      *
53 53
      * @return bool - true if the current step is ready to be run...
54 54
      **/
@@ -65,9 +65,9 @@  discard block
 block discarded – undo
65 65
      *
66 66
      * @see Order::doNextStatus
67 67
      *
68
-     * @param Order object
68
+     * @param Order Order
69 69
      *
70
-     * @return bool - true if run correctly.
70
+     * @return boolean|null - true if run correctly.
71 71
      **/
72 72
     public function doStep(Order $order)
73 73
     {
Please login to merge, or discard this patch.
code/model/process/OrderSteps/OrderStep_SentInvoice.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
       * NOTE: must have a payment (even if it is a fake payment).
42 42
       * The reason for this is if people pay straight away then they want to see the payment shown on their invoice.
43 43
       *
44
-      * @param Order object
44
+      * @param Order Order
45 45
       *
46 46
       * @return bool - true if the current step is ready to be run...
47 47
       **/
Please login to merge, or discard this patch.
code/model/process/OrderSteps/OrderStep_Submitted.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      *
56 56
      * @see Order::doNextStatus
57 57
      *
58
-     * @param Order object
58
+     * @param Order Order
59 59
      *
60 60
      * @return bool - true if the current step is ready to be run...
61 61
      **/
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      /**
68 68
       * Add a member to the order - in case he / she is not a shop admin.
69 69
       *
70
-      * @param Order object
70
+      * @param Order Order
71 71
       *
72 72
       * @return bool - true if run correctly.
73 73
       **/
Please login to merge, or discard this patch.