Completed
Push — master ( 884d53...078d33 )
by mehdi
02:37
created
src/Datium.php 1 patch
Switch Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -337,17 +337,17 @@
 block discarded – undo
337 337
 
338 338
 switch ( $type  ) {
339 339
 
340
-  case 'ir':
340
+    case 'ir':
341 341
 
342
-        $this->date_time = $this->convert_calendar->shamsiToGhamari( $this->date_time );
342
+          $this->date_time = $this->convert_calendar->shamsiToGhamari( $this->date_time );
343 343
 
344
-    break;
344
+      break;
345 345
 
346
-  case 'gr':
346
+    case 'gr':
347 347
 
348
-    $this->date_time = $this->convert_calendar->gregorianToGhamari( $this->date_time );
348
+      $this->date_time = $this->convert_calendar->gregorianToGhamari( $this->date_time );
349 349
 
350
-    break;
350
+      break;
351 351
 
352 352
 }
353 353
 
Please login to merge, or discard this patch.