Completed
Push — master ( 91c4ec...87c71a )
by Sergio
02:21
created
src/services/HitCounterService.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
 
78 78
             return $data;
79 79
         }else{
80
-           throw new BadRequestHttpException('required get param "i" cannot be empty.'); 
80
+            throw new BadRequestHttpException('required get param "i" cannot be empty.'); 
81 81
         }
82 82
 
83 83
     }   
Please login to merge, or discard this patch.