Completed
Push — master ( cd4bdc...7af04f )
by
unknown
04:45
created
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.
code/model/process/OrderStatusLog_MinFraudStatusLog.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
      *
158 158
      * @param Order $order
159 159
      *
160
-     * @return FormField|null
160
+     * @return OrderStatusLog_MinFraudStatusLog|null
161 161
      */
162 162
     public function getSecurityLogTable($order)
163 163
     {
Please login to merge, or discard this patch.