Completed
Push — master ( 884d53...078d33 )
by mehdi
02:37
created
src/CalendarSettings/Shamsi.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,4 +125,4 @@
 block discarded – undo
125 125
    */
126 126
   'weekend' => array( 'friday' )
127 127
 
128
- );
128
+  );
Please login to merge, or discard this patch.
src/Config.php 1 patch
Indentation   +59 added lines, -59 removed lines patch added patch discarded remove patch
@@ -25,13 +25,13 @@  discard block
 block discarded – undo
25 25
 
26 26
   'calendar' =>  array(
27 27
 
28
-                   // iran
28
+                    // iran
29 29
                       'ir',
30 30
 
31
-                   // ghamari
31
+                    // ghamari
32 32
                       'gh',
33 33
 
34
-                   //gereogian
34
+                    //gereogian
35 35
                       'gr'
36 36
 
37 37
                       ),
@@ -49,18 +49,18 @@  discard block
 block discarded – undo
49 49
 
50 50
   'month' => array(
51 51
     'persian' => array(
52
-       'Farvardin',
53
-       'Ordibehesht',
54
-       'Khordad',
55
-       'Tir',
56
-       'Mordad' ,
57
-       'Shahrivar',
58
-       'Mehr',
59
-       'Aban',
60
-       'Azar',
61
-       'Dey',
62
-       'Bahman',
63
-       'Esfand' ),
52
+        'Farvardin',
53
+        'Ordibehesht',
54
+        'Khordad',
55
+        'Tir',
56
+        'Mordad' ,
57
+        'Shahrivar',
58
+        'Mehr',
59
+        'Aban',
60
+        'Azar',
61
+        'Dey',
62
+        'Bahman',
63
+        'Esfand' ),
64 64
 
65 65
     'english' => array(
66 66
       'January',
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
       'October',
76 76
       'November',
77 77
       'December'
78
-     ),
78
+      ),
79 79
 
80 80
   'islamic' =>
81 81
     array(  1 => 'Muharram',
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
                                           'Shanbe'
103 103
                                           ),
104 104
 
105
-                             'english' => array(
105
+                              'english' => array(
106 106
                                           'Saturday',
107 107
                                           'Sunday',
108 108
                                           'Monday',
@@ -112,56 +112,56 @@  discard block
 block discarded – undo
112 112
                                           'Friday'
113 113
                                       ),
114 114
 
115
-                             'islamic' => array(
116
-                                           'al-Aḥad',
117
-                                           'al-Ithnayn',
118
-                                           'ath-Thulatha\'',
119
-                                           'al-Arbi\'a',
120
-                                           'al-Khamees',
121
-                                           'al-Jumu\'ah',
122
-                                           'as-Sabt',
115
+                              'islamic' => array(
116
+                                            'al-Aḥad',
117
+                                            'al-Ithnayn',
118
+                                            'ath-Thulatha\'',
119
+                                            'al-Arbi\'a',
120
+                                            'al-Khamees',
121
+                                            'al-Jumu\'ah',
122
+                                            'as-Sabt',
123 123
                                           )
124 124
 
125 125
                       ),
126 126
   'shamsi_month_days' => array(      1 => 31,
127
-                                     2 => 31,
128
-                                     3 => 31,
129
-                                     4 => 31,
130
-                                     5 => 31,
131
-                                     6 => 31,
132
-                                     7 => 30,
133
-                                     8 => 30,
134
-                                     9 => 30,
135
-                                     10 => 30,
136
-                                     11 => 30,
137
-                                     12 => 29 ),
127
+                                      2 => 31,
128
+                                      3 => 31,
129
+                                      4 => 31,
130
+                                      5 => 31,
131
+                                      6 => 31,
132
+                                      7 => 30,
133
+                                      8 => 30,
134
+                                      9 => 30,
135
+                                      10 => 30,
136
+                                      11 => 30,
137
+                                      12 => 29 ),
138 138
 
139 139
 
140 140
   'gregorian_month_days' => array(   1 => 31,
141
-                                     2 => 28,
142
-                                     3 => 31,
143
-                                     4 => 30,
144
-                                     5 => 31,
145
-                                     6 => 30,
146
-                                     7 => 31,
147
-                                     8 => 31,
148
-                                     9 => 30,
149
-                                     10 => 31,
150
-                                     11 => 30,
151
-                                     12 => 30 ),
141
+                                      2 => 28,
142
+                                      3 => 31,
143
+                                      4 => 30,
144
+                                      5 => 31,
145
+                                      6 => 30,
146
+                                      7 => 31,
147
+                                      8 => 31,
148
+                                      9 => 30,
149
+                                      10 => 31,
150
+                                      11 => 30,
151
+                                      12 => 30 ),
152 152
 
153 153
   'islamic_month_days' => array(     1 => 30,
154
-                                     2 => 29,
155
-                                     3 => 30,
156
-                                     4 => 30,
157
-                                     5 => 29,
158
-                                     6 => 29,
159
-                                     7 => 30,
160
-                                     8 => 29,
161
-                                     9 => 30,
162
-                                     10 => 29,
163
-                                     11 => 30,
164
-                                     12 => 30 ),
154
+                                      2 => 29,
155
+                                      3 => 30,
156
+                                      4 => 30,
157
+                                      5 => 29,
158
+                                      6 => 29,
159
+                                      7 => 30,
160
+                                      8 => 29,
161
+                                      9 => 30,
162
+                                      10 => 29,
163
+                                      11 => 30,
164
+                                      12 => 30 ),
165 165
 
166 166
 
167 167
     'date_interval' => array( 'D', 'M', 'Y', 'H', 'm', 'S' ),
@@ -169,6 +169,6 @@  discard block
 block discarded – undo
169 169
 
170 170
     'date_simple' => array( 'day', ' month', ' year', ' hour', ' minute', ' second' ),
171 171
 
172
- );
172
+  );
173 173
 
174 174
 ?>
Please login to merge, or discard this patch.
src/Convert.php 1 patch
Indentation   +48 added lines, -48 removed lines patch added patch discarded remove patch
@@ -115,19 +115,19 @@  discard block
 block discarded – undo
115 115
 
116 116
     $this->temp_day = 0;
117 117
 
118
-     for ( $i = 1 ; $i < $this->month ; $i++ ) {
118
+      for ( $i = 1 ; $i < $this->month ; $i++ ) {
119 119
 
120
-       $this->temp_day += $this->config['gregorian_month_days'][$i];
120
+        $this->temp_day += $this->config['gregorian_month_days'][$i];
121 121
 
122
-     }
122
+      }
123 123
 
124
-     $this->temp_day += $this->day;
124
+      $this->temp_day += $this->day;
125 125
 
126
-     $this->leap = new leap( $this->year );
126
+      $this->leap = new leap( $this->year );
127 127
 
128
-     if( $this->leap->get() && $this->month > 2 ) $this->temp_day++;
128
+      if( $this->leap->get() && $this->month > 2 ) $this->temp_day++;
129 129
 
130
-     if ( $this->temp_day <= 79 ) {
130
+      if ( $this->temp_day <= 79 ) {
131 131
 
132 132
       if( ( $this->year - 1 ) % 4 == 0 )
133 133
 
@@ -155,9 +155,9 @@  discard block
 block discarded – undo
155 155
 
156 156
       }
157 157
 
158
-     }
158
+      }
159 159
 
160
-     else {
160
+      else {
161 161
 
162 162
       $this->year = $this->year - 621;
163 163
 
@@ -203,11 +203,11 @@  discard block
 block discarded – undo
203 203
 
204 204
       }
205 205
 
206
-     }
206
+      }
207 207
 
208
-     $this->date_time->setDate( $this->year, $this->month, $this->day );
208
+      $this->date_time->setDate( $this->year, $this->month, $this->day );
209 209
 
210
-     return $this->date_time;
210
+      return $this->date_time;
211 211
 
212 212
   }
213 213
 
@@ -236,9 +236,9 @@  discard block
 block discarded – undo
236 236
 
237 237
       }
238 238
 
239
-     $this->temp_day += $this->day;
239
+      $this->temp_day += $this->day;
240 240
 
241
-     $this->leap = new leap( $this->year );
241
+      $this->leap = new leap( $this->year );
242 242
 
243 243
     if( $this->leap->get() && $this->month > 11 ) $this->temp_day++;
244 244
 
@@ -250,15 +250,15 @@  discard block
 block discarded – undo
250 250
 
251 251
     $_month = $_year[1];
252 252
 
253
-     $var_temp = '0.0';
253
+      $var_temp = '0.0';
254 254
 
255 255
       for ( $i = strlen( $_month ); $i > 2; $i-- ) {
256 256
 
257 257
         $var_temp .= '0';
258 258
 
259
-     }
259
+      }
260 260
 
261
-     $var_temp .= '1';
261
+      $var_temp .= '1';
262 262
 
263 263
     $_month = $_month * $var_temp ;
264 264
 
@@ -274,7 +274,7 @@  discard block
 block discarded – undo
274 274
 
275 275
     for ( $i = strlen( $_day );  $i > 2;  $i-- ) {
276 276
 
277
-       $var_temp .= '0' ;
277
+        $var_temp .= '0' ;
278 278
 
279 279
     }
280 280
 
@@ -288,18 +288,18 @@  discard block
 block discarded – undo
288 288
 
289 289
     $this->day = $_day[0];
290 290
 
291
-   $this->date_time->setDate( $this->year, $this->month, $this->day );
291
+    $this->date_time->setDate( $this->year, $this->month, $this->day );
292 292
 
293 293
 
294
-   return $this->date_time;
294
+    return $this->date_time;
295 295
 
296
-   }
296
+    }
297 297
 
298 298
 /**
299
-   *convert shamsi year to gregorian year
300
-   * @since Oct, 16 2015
301
-   * @return object
302
-   */
299
+ *convert shamsi year to gregorian year
300
+ * @since Oct, 16 2015
301
+ * @return object
302
+ */
303 303
 public function shamsiToGregorian( $date_time ) {
304 304
 
305 305
 $this->date_time = $date_time;
@@ -356,15 +356,15 @@  discard block
 block discarded – undo
356 356
   $this->date_time->setDate( $gregorian_year, $gregorian_month, $gregorian_day );
357 357
 
358 358
 
359
- return $this->date_time;
359
+  return $this->date_time;
360 360
 
361 361
 }
362 362
 
363 363
 /**
364
-   *convert shamsi year to ghamari year
365
-   * @since Oct, 17 2015
366
-   * @return object
367
-   */
364
+ *convert shamsi year to ghamari year
365
+ * @since Oct, 17 2015
366
+ * @return object
367
+ */
368 368
 public function shamsiToGhamari( $date_time ) {
369 369
 
370 370
     $this->date_time = $date_time;
@@ -383,9 +383,9 @@  discard block
 block discarded – undo
383 383
 
384 384
       }
385 385
 
386
-     $this->temp_day += $this->day;
386
+      $this->temp_day += $this->day;
387 387
 
388
-     $this->leap = new leap( $this->year );
388
+      $this->leap = new leap( $this->year );
389 389
 
390 390
     if( $this->leap->get() && $this->month > 11 ) $this->temp_day++;
391 391
 
@@ -397,15 +397,15 @@  discard block
 block discarded – undo
397 397
 
398 398
     $_month = $_year[1];
399 399
 
400
-     $var_temp = '0.0';
400
+      $var_temp = '0.0';
401 401
 
402 402
       for ( $i = strlen( $_month ); $i > 2; $i-- ) {
403 403
 
404 404
         $var_temp .= '0';
405 405
 
406
-     }
406
+      }
407 407
 
408
-     $var_temp .= '1';
408
+      $var_temp .= '1';
409 409
 
410 410
     $_month = $_month * $var_temp ;
411 411
 
@@ -421,7 +421,7 @@  discard block
 block discarded – undo
421 421
 
422 422
     for ( $i = strlen( $_day );  $i > 2;  $i-- ) {
423 423
 
424
-       $var_temp .= '0' ;
424
+        $var_temp .= '0' ;
425 425
 
426 426
     }
427 427
 
@@ -435,17 +435,17 @@  discard block
 block discarded – undo
435 435
 
436 436
     $this->day = $_day[0];
437 437
 
438
-   $this->date_time->setDate( $this->year, $this->month, $this->day );
438
+    $this->date_time->setDate( $this->year, $this->month, $this->day );
439 439
 
440
-   return $this->date_time;
440
+    return $this->date_time;
441 441
 
442 442
 }
443 443
 
444 444
 /**
445
-   *convert ghamari year to shamsi year
446
-   * @since Oct, 17 2015
447
-   * @return object
448
-   */
445
+ *convert ghamari year to shamsi year
446
+ * @since Oct, 17 2015
447
+ * @return object
448
+ */
449 449
 public function ghamariToShamsi( $date_time ) {
450 450
 
451 451
 $this->date_time = $date_time;
@@ -491,15 +491,15 @@  discard block
 block discarded – undo
491 491
 
492 492
   $this->date_time->setDate( $shamsi_year, $shamsi_month, $shamsi_day );
493 493
 
494
- return $this->date_time;
494
+  return $this->date_time;
495 495
 
496 496
 }
497 497
 
498 498
   /**
499
-    * convert ghamari year to gregorian year
500
-    * @since Oct, 17 2015
501
-    * @return object
502
-    */
499
+   * convert ghamari year to gregorian year
500
+   * @since Oct, 17 2015
501
+   * @return object
502
+   */
503 503
   public function ghamariToGregorian( $date_time ) {
504 504
 
505 505
     $this->date_time = $date_time;
@@ -545,7 +545,7 @@  discard block
 block discarded – undo
545 545
 
546 546
       $this->date_time->setDate( $gregorian_year, $gregorian_month, $gregorian_day );
547 547
 
548
-     return $this->date_time;
548
+      return $this->date_time;
549 549
 
550 550
   }
551 551
 
Please login to merge, or discard this patch.
src/Datium.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -351,7 +351,7 @@
 block discarded – undo
351 351
 
352 352
 }
353 353
 
354
-   $this->calendar_type = 'gh';
354
+    $this->calendar_type = 'gh';
355 355
 
356 356
     return $this;
357 357
 
Please login to merge, or discard this patch.
src/DayOf.php 1 patch
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -54,13 +54,13 @@  discard block
 block discarded – undo
54 54
 
55 55
       $this->result = $this->islamic_day_of_year();
56 56
 
57
-       break;
57
+        break;
58 58
 
59 59
       case 'gr':
60 60
 
61 61
       $this->result = date( 'z', strtotime( $this->date_time->format('Y-m-d H:i:s') ) ) + 1;
62 62
 
63
-       break;
63
+        break;
64 64
     }
65 65
 
66 66
     return $this->result;
@@ -69,9 +69,9 @@  discard block
 block discarded – undo
69 69
   }
70 70
 
71 71
     /**
72
-   * @since Sept, 14 2015
73
-   * @return integer
74
-   */
72
+     * @since Sept, 14 2015
73
+     * @return integer
74
+     */
75 75
   protected function persian_day_of_year() {
76 76
 
77 77
     $this->month = $this->date_time->format('n');
@@ -91,10 +91,10 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
 
94
-     /**
95
-   * @since Sept, 14 2015
96
-   * @return integer
97
-   */
94
+      /**
95
+       * @since Sept, 14 2015
96
+       * @return integer
97
+       */
98 98
   protected function islamic_day_of_year() {
99 99
 
100 100
     $this->month = $this->date_time->format('n');
@@ -132,13 +132,13 @@  discard block
 block discarded – undo
132 132
 
133 133
       $this->result = $this->islamic_day_of_week();
134 134
 
135
-       break;
135
+        break;
136 136
 
137 137
       case 'gr':
138 138
 
139 139
       $this->result = date( 'w', strtotime( $this->date_time->format('Y-m-d H:i:s') ) ) + 1;
140 140
 
141
-       break;
141
+        break;
142 142
     }
143 143
 
144 144
     return $this->result;
@@ -162,9 +162,9 @@  discard block
 block discarded – undo
162 162
   }
163 163
 
164 164
     /**
165
-   * @since Sept, 14 2015
166
-   * @return integer
167
-   */
165
+     * @since Sept, 14 2015
166
+     * @return integer
167
+     */
168 168
   protected function islamic_day_of_week() {
169 169
 
170 170
     $this->day = str_replace( $this->config['week_days_name']['english'], $this->config['week_days_name']['islamic'][$this->geregorian_DayofWeek], $this->day);
Please login to merge, or discard this patch.
src/Events/Events.php 1 patch
Indentation   +78 added lines, -78 removed lines patch added patch discarded remove patch
@@ -8,47 +8,47 @@  discard block
 block discarded – undo
8 8
 
9 9
 class Events {
10 10
 
11
-	private $local;
11
+  private $local;
12 12
 
13
-	private $events;
13
+  private $events;
14 14
 
15
-	private $date_time;
15
+  private $date_time;
16 16
 
17
-	private $convert;
17
+  private $convert;
18 18
 
19
-	private $result;
19
+  private $result;
20 20
 
21
-	private $period;
21
+  private $period;
22 22
 
23
-	private $interval;
23
+  private $interval;
24 24
 
25
-	private static $date_start;
25
+  private static $date_start;
26 26
 
27
-	private static $date_end;
27
+  private static $date_end;
28 28
 
29
-	public function __construct( $date_time, $date_end = NULL ) {
29
+  public function __construct( $date_time, $date_end = NULL ) {
30 30
 
31
-		if( $date_end !== NULL ) {
31
+    if( $date_end !== NULL ) {
32 32
 
33
-			Events::$date_start = $date_time;
33
+      Events::$date_start = $date_time;
34 34
 
35
-			Events::$date_end = $date_end;
35
+      Events::$date_end = $date_end;
36 36
 
37
-		} else {
37
+    } else {
38 38
 
39
-			Events::$date_start = $date_time;
39
+      Events::$date_start = $date_time;
40 40
 
41
-		}
41
+    }
42 42
 
43
-		$this->convert = new Convert;
43
+    $this->convert = new Convert;
44 44
 
45
-		$this->date_time = new DateTime();
45
+    $this->date_time = new DateTime();
46 46
 
47
-		return $this;
47
+    return $this;
48 48
 
49
-	}
49
+  }
50 50
 
51
-	/************************************************************
51
+  /************************************************************
52 52
 	 * Fetch Events array from own array file
53 53
 	 ************************************************************
54 54
 	 *
@@ -56,27 +56,27 @@  discard block
 block discarded – undo
56 56
 	 *
57 57
 	 *\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
58 58
 	 */
59
-	private function fetch( $path ) {
59
+  private function fetch( $path ) {
60 60
 
61
-		$this->events = include( $path );
61
+    $this->events = include( $path );
62 62
 
63
-		$this->interval = DateInterval::createFromDateString('1 day');
63
+    $this->interval = DateInterval::createFromDateString('1 day');
64 64
 
65
-		$this->period = new DatePeriod( Events::$date_start, $this->interval, Events::$date_end );
65
+    $this->period = new DatePeriod( Events::$date_start, $this->interval, Events::$date_end );
66 66
 
67
-		foreach ( $this->period as $dt ) {
67
+    foreach ( $this->period as $dt ) {
68 68
 
69
-			if ( isset( $this->events[ 'events' ][ intval( $dt->format('m') ) ][ intval( $dt->format('d') ) ] ) ) {
69
+      if ( isset( $this->events[ 'events' ][ intval( $dt->format('m') ) ][ intval( $dt->format('d') ) ] ) ) {
70 70
 
71
-				$this->result[ $dt->format( 'Y-m-d' ) ][] = $this->events[ 'events' ][ intval( $dt->format('m') ) ][ intval( $dt->format('d') ) ];
71
+        $this->result[ $dt->format( 'Y-m-d' ) ][] = $this->events[ 'events' ][ intval( $dt->format('m') ) ][ intval( $dt->format('d') ) ];
72 72
 
73
-			}
73
+      }
74 74
 
75
-		}
75
+    }
76 76
 
77
-	}
77
+  }
78 78
 
79
-	/************************************************************
79
+  /************************************************************
80 80
 	 * Return Array of Events
81 81
 	 ************************************************************
82 82
 	 *
@@ -85,31 +85,31 @@  discard block
 block discarded – undo
85 85
 	 *
86 86
 	 *\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
87 87
 	 */
88
-	public function get() {
88
+  public function get() {
89 89
 
90
-		if( ! empty( $this->result ) ) {
90
+    if( ! empty( $this->result ) ) {
91 91
 
92
-			foreach( $this->result as $key => $day ) {
92
+      foreach( $this->result as $key => $day ) {
93 93
 
94
-				if ( ! ( $key > Events::$date_start->format( 'Y-m-d' ) && $key < Events::$date_end->format( 'Y-m-d' ) ) ) {
94
+        if ( ! ( $key > Events::$date_start->format( 'Y-m-d' ) && $key < Events::$date_end->format( 'Y-m-d' ) ) ) {
95 95
 
96
-					unset( $this->result[ $key ] );
96
+          unset( $this->result[ $key ] );
97 97
 
98
-				}
98
+        }
99 99
 
100
-			}
100
+      }
101 101
 
102
-		} else {
102
+    } else {
103 103
 
104
-			$this->result = array();
104
+      $this->result = array();
105 105
 
106
-		}
106
+    }
107 107
 
108
-		return $this->result;
108
+    return $this->result;
109 109
 
110
-	}
110
+  }
111 111
 
112
-		/************************************************************
112
+    /************************************************************
113 113
 		 * Return local events - with day start and end as an array
114 114
 		 ************************************************************
115 115
 		 *
@@ -118,72 +118,72 @@  discard block
 block discarded – undo
118 118
 		 *
119 119
 		 *\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
120 120
 		 */
121
-		public function local( $country_code = "ir" ) {
121
+    public function local( $country_code = "ir" ) {
122 122
 
123
-				/*
123
+        /*
124 124
 				 * Capitalize the first character of $country_code according the file
125 125
 				 * structure.
126 126
 				 */
127
-				$country_code = strtolower( $country_code = 'ir' ) ;
127
+        $country_code = strtolower( $country_code = 'ir' ) ;
128 128
 
129
-				$this->local = include( 'Localization/' . $country_code . '.php' );
129
+        $this->local = include( 'Localization/' . $country_code . '.php' );
130 130
 
131
-				foreach( $this->local[ 'events' ] as $month => $events ) {
131
+        foreach( $this->local[ 'events' ] as $month => $events ) {
132 132
 
133
-					foreach( $events as $day => $event ){
133
+          foreach( $events as $day => $event ){
134 134
 
135
-						$this->date_time = new DateTime();
135
+            $this->date_time = new DateTime();
136 136
 
137
-						$this->date_time->setDate( Events::$date_start->format( 'Y' ), $month, $day );
137
+            $this->date_time->setDate( Events::$date_start->format( 'Y' ), $month, $day );
138 138
 
139
-						switch ( $this->local[ 'default_calendar' ] ) {
139
+            switch ( $this->local[ 'default_calendar' ] ) {
140 140
 
141
-							case 'shamsi':
141
+              case 'shamsi':
142 142
 
143
-							$this->date_time->setDate( 1394, $month, $day );
143
+              $this->date_time->setDate( 1394, $month, $day );
144 144
 
145
-							$this->date_time = $this->convert->shamsiToGregorian( $this->date_time );
145
+              $this->date_time = $this->convert->shamsiToGregorian( $this->date_time );
146 146
 
147
-							break;
147
+              break;
148 148
 
149
-							case 'ghamari':
149
+              case 'ghamari':
150 150
 
151
-								$this->date_time = $this->convert->ghamariToGregorian( $this->date_time );
151
+                $this->date_time = $this->convert->ghamariToGregorian( $this->date_time );
152 152
 
153
-							break;
153
+              break;
154 154
 
155
-						}
155
+            }
156 156
 
157
-						$this->result[ $this->date_time->format( 'Y-m-d' ) ][] =  $event;
157
+            $this->result[ $this->date_time->format( 'Y-m-d' ) ][] =  $event;
158 158
 
159
-					}
159
+          }
160 160
 
161
-				}
161
+        }
162 162
 
163
-				ksort( $this->result );
163
+        ksort( $this->result );
164 164
 
165
-		return $this;
165
+    return $this;
166 166
 
167
-	}
167
+  }
168 168
 
169
-	public function weekend() {
169
+  public function weekend() {
170 170
 
171
-		return 0;
171
+    return 0;
172 172
 
173
-	}
173
+  }
174 174
 
175
-	public function relagious() {
175
+  public function relagious() {
176 176
 
177
-		return 0;
177
+    return 0;
178 178
 
179
-	}
179
+  }
180 180
 
181
-	public function international() {
181
+  public function international() {
182 182
 
183
-		$this->fetch( 'Global/global.php' );
183
+    $this->fetch( 'Global/global.php' );
184 184
 
185
-		return $this;
185
+    return $this;
186 186
 
187
-	}
187
+  }
188 188
 
189 189
 }
Please login to merge, or discard this patch.
src/Leap.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
   /**
9 9
    * @param integer store year value
10 10
    */
11
-	protected $year;
11
+  protected $year;
12 12
 
13 13
   /**
14 14
    * @param string store type of year value
@@ -25,15 +25,15 @@  discard block
 block discarded – undo
25 25
    * @param $year integer
26 26
    * @since Aug, 21 2015
27 27
    */
28
-	public function __construct( $year, $type = 'gr' ) {
28
+  public function __construct( $year, $type = 'gr' ) {
29 29
 
30
-			$this->year = $year;
30
+      $this->year = $year;
31 31
 
32 32
       $this->type = $type;
33 33
 
34 34
       return $this;
35 35
 
36
-	}
36
+  }
37 37
 
38 38
 
39 39
   /**
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
    */
55 55
   public function shamsiLeapYear() {
56 56
 
57
-		$shamsi_years = 0;
57
+    $shamsi_years = 0;
58 58
 
59 59
     while ( $shamsi_years < ( $this->year - 128 ) ) {
60 60
 
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
     $this->result = $this->result % 33;
73 73
 
74
-   }
74
+    }
75 75
 
76 76
     if ( ( $this->result == 28 ) || ( $this->result == 27 ) ) {
77 77
 
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 
89 89
     $this->result = $this->result % 33;
90 90
 
91
-   }
91
+    }
92 92
 
93 93
     if ( ( ( $this->result % 4 ) == 0 ) && ( $this->result != 28 ) ) {
94 94
 
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
 
134 134
        $this->result = $this->shamsiLeapYear();
135 135
 
136
-       break;
136
+        break;
137 137
 
138 138
       case 'gh':
139 139
 
Please login to merge, or discard this patch.
src/lang/fa/general.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
   return array(
4 4
 
5
-       'events' => array( 'nowruz' => 'عید نوروز',
5
+        'events' => array( 'nowruz' => 'عید نوروز',
6 6
 
7 7
                           'iran_national_day' => 'روز جمهوری اسلامی',
8 8
 
@@ -12,16 +12,16 @@  discard block
 block discarded – undo
12 12
         'month' => array(
13 13
                           'فروردین',
14 14
                           'اردیبهشت',
15
-                           'خرداد',
16
-                           'تیر',
17
-                           'مرداد',
18
-                           'شهریور',
19
-                           'مهر',
20
-                           'آبان',
21
-                           'آذر',
22
-                           'دی',
23
-                           'بهمن',
24
-                           'اسفند',
15
+                            'خرداد',
16
+                            'تیر',
17
+                            'مرداد',
18
+                            'شهریور',
19
+                            'مهر',
20
+                            'آبان',
21
+                            'آذر',
22
+                            'دی',
23
+                            'بهمن',
24
+                            'اسفند',
25 25
                         ),
26 26
 
27 27
         'week_days_name' => array(
Please login to merge, or discard this patch.