Completed
Push — master ( 826cd8...09a649 )
by Nicolaas
02:03
created
code/model/process/OrderStatusLog_SecurityCheck.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -416,7 +416,6 @@
 block discarded – undo
416 416
      *
417 417
      *
418 418
      *
419
-     * @param  Order $order
420 419
      * @return bool
421 420
      */
422 421
     public function pass()
Please login to merge, or discard this patch.
code/model/process/OrderStatusLog_WhitelistCustomer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * is a customer whitelisted...?
41 41
      * @param  Member $member
42
-     * @return boolean
42
+     * @return boolean|null
43 43
      */
44 44
     public static function customer_is_whitelist($member)
45 45
     {
Please login to merge, or discard this patch.
code/model/process/OrderStep_SecurityCheck.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @see Order::doNextStatus
41 41
      *
42
-     * @param Order object
42
+     * @param Order Order
43 43
      *
44 44
      * @return bool - true if the current step is ready to be run...
45 45
      **/
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
      *
68 68
      * @see Order::doNextStatus
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.
code/model/process/OrderStep_WhitelistCustomer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
      *
34 34
      * @see Order::doNextStatus
35 35
      *
36
-     * @param Order object
36
+     * @param Order Order
37 37
      *
38 38
      * @return bool - true if the current step is ready to be run...
39 39
      **/
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
      *
62 62
      * @see Order::doNextStatus
63 63
      *
64
-     * @param Order object
64
+     * @param Order Order
65 65
      *
66 66
      * @return bool - true if run correctly.
67 67
      **/
Please login to merge, or discard this patch.