Completed
Push — master ( a464af...dfbb4e )
by Nicolaas
01:53
created
code/model/process/OrderStatusLog_SecurityCheck.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -467,7 +467,6 @@  discard block
 block discarded – undo
467 467
      *
468 468
      *
469 469
      *
470
-     * @param  Order $order
471 470
      * @return bool
472 471
      */
473 472
     public function pass()
@@ -579,6 +578,9 @@  discard block
 block discarded – undo
579 578
         }
580 579
     }
581 580
 
581
+    /**
582
+     * @param string $securityClass
583
+     */
582 584
     protected function blacklistCheck($arrayOfValues, $securityClass)
583 585
     {
584 586
         //adding all emails to security checks
Please login to merge, or discard this patch.