Completed
Push — master ( 09a649...02c399 )
by Nicolaas
04:08
created
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.