Completed
Push — master ( 09a649...02c399 )
by Nicolaas
04:08
created
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_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.
code/model/process/OrderStatusLog_SecurityCheck.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -428,7 +428,6 @@  discard block
 block discarded – undo
428 428
      *
429 429
      *
430 430
      *
431
-     * @param  Order $order
432 431
      * @return bool
433 432
      */
434 433
     public function pass()
@@ -509,6 +508,9 @@  discard block
 block discarded – undo
509 508
         return $this->_memberIsWhiteListed;
510 509
     }
511 510
 
511
+    /**
512
+     * @param string $securityClass
513
+     */
512 514
     protected function blacklistCheck($arrayOfValues, $securityClass)
513 515
     {
514 516
         //adding all emails to security checks
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
@@ -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.