Completed
Push — master ( db3271...838231 )
by Nicolaas
04:23
created
code/model/process/OrderStatusLog_MinFraudStatusLog.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
      *
164 164
      * @param Order $order
165 165
      *
166
-     * @return FormField|null
166
+     * @return OrderStatusLog_MinFraudStatusLog|null
167 167
      */
168 168
     public function getSecurityLogTable($order){
169 169
         $html = null;
Please login to merge, or discard this patch.
code/model/process/OrderStep_FraudCheck.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      *
72 72
      * @see Order::doNextStatus
73 73
      *
74
-     * @param Order object
74
+     * @param Order Order
75 75
      *
76 76
      * @return bool - true if the current step is ready to be run...
77 77
      **/
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      *
90 90
      * @see Order::doNextStatus
91 91
      *
92
-     * @param Order object
92
+     * @param Order Order
93 93
      *
94 94
      * @return bool - true if run correctly.
95 95
      **/
Please login to merge, or discard this patch.
code/model/process/OrderStep_RecordDeviceDetails.php 1 patch
Doc Comments   +2 added lines, -2 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
      **/
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 
42 42
     /**
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.