Passed
Push — main ( e886d9...331d2d )
by Shubham
02:07
created
src/Api/Shoonya.php 1 patch
Braces   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -196,8 +196,7 @@  discard block
 block discarded – undo
196 196
         $tkNum = parse_ini_file('scrip/bse.ini');
197 197
         if(is_null($startTime)) {
198 198
             $startTime = (string)strtotime(date('d-m-Y'));
199
-        }
200
-        else{
199
+        } else{
201 200
             $startTime = (string)strtotime($startTime);
202 201
         }
203 202
         
@@ -228,7 +227,7 @@  discard block
 block discarded – undo
228 227
         $tkNum = parse_ini_file('scrip/bse.ini');
229 228
         if(is_null($endDate)) {
230 229
             $et = (string) strtotime(date('d-m-Y'));
231
-        }else {
230
+        } else {
232 231
             $et=  (string) strtotime($endDate);
233 232
         }
234 233
         $st = (string) strtotime($startDate);
Please login to merge, or discard this patch.