Passed
Push — master ( c0817c...061d54 )
by John
03:45
created
app/Models/SubmissionModel.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -494,15 +494,15 @@
 block discarded – undo
494 494
             'desc'
495 495
         );
496 496
 
497
-        if($filter["pcode"]){
497
+        if ($filter["pcode"]) {
498 498
             $paginator=$paginator->where(["pcode"=>$filter["pcode"]]);
499 499
         }
500 500
 
501
-        if($filter["result"]){
501
+        if ($filter["result"]) {
502 502
             $paginator=$paginator->where(["verdict"=>$filter["result"]]);
503 503
         }
504 504
 
505
-        if($filter["account"]){
505
+        if ($filter["account"]) {
506 506
             $paginator=$paginator->where(["name"=>$filter["account"]]);
507 507
         }
508 508
 
Please login to merge, or discard this patch.