Passed
Push — master ( 01aab9...c7d9bb )
by
unknown
10:46
created
src/Http/Controllers/DashboardEpormasController.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
           $city_id = $grafikepormascounter[$r]->city_id;
64 64
           if($bulansepormascounter < 10){
65 65
             $bulanepormascounter = substr($bulansepormascounter,1);
66
-          }else {
66
+          } else {
67 67
             $bulanepormascounter = $bulansepormascounter;
68 68
           }
69 69
           if($tahungrafikepormascounter == $tahunsepormascounter){
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
           $city_id = $grafikepormascounter[$r]->city_id;
77 77
           if($bulansepormascounter < 10){
78 78
             $bulanepormascounter = substr($bulansepormascounter,1);
79
-          }else {
79
+          } else {
80 80
             $bulanepormascounter = $bulansepormascounter;
81 81
           }
82 82
           if($tahungrafikepormascounter == $tahunsepormascounter){
Please login to merge, or discard this patch.
src/Http/Controllers/EpormasCounterController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@
 block discarded – undo
239 239
                             ->find($id);
240 240
             if($result->tanggal){
241 241
               $format = date('Y-m-d', strtotime($result->tanggal));
242
-            }else {
242
+            } else {
243 243
               $format = 'Not Found';
244 244
             }
245 245
 
Please login to merge, or discard this patch.