Passed
Push — master ( fe8fd2...ae800f )
by
unknown
07:14 queued 05:00
created
dev/php-mapi-stub.php 1 patch
Spacing   +61 added lines, -61 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
  * @return void
12 12
  */
13 13
 function mapi_load_mapidefs(?int $level): void {
14
-	return ;
14
+	return;
15 15
 }
16 16
 
17 17
 /**
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
  * @param int $proptag
26 26
  * @return int|bool
27 27
  */
28
-function mapi_prop_type(int $proptag): int|bool {
28
+function mapi_prop_type(int $proptag): int | bool {
29 29
 	return 0;
30 30
 }
31 31
 
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
  * @param int $proptag
34 34
  * @return int|bool
35 35
  */
36
-function mapi_prop_id(int $proptag): int|bool {
36
+function mapi_prop_id(int $proptag): int | bool {
37 37
 	return 0;
38 38
 }
39 39
 
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
  * @param int $code
51 51
  * @return int|bool
52 52
  */
53
-function mapi_make_scode(int $sev, int $code): int|bool {
53
+function mapi_make_scode(int $sev, int $code): int | bool {
54 54
 	return 0;
55 55
 }
56 56
 
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
  * @param int $propid
60 60
  * @return int|bool
61 61
  */
62
-function mapi_prop_tag(int $proptype, int $propid): int|bool {
62
+function mapi_prop_tag(int $proptype, int $propid): int | bool {
63 63
 	return 0;
64 64
 }
65 65
 
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
  * @param ?int $flags
71 71
  * @return string|bool
72 72
  */
73
-function mapi_createoneoff(?string $displayname, string $type, string $address, ?int $flags = 0): string|bool {
73
+function mapi_createoneoff(?string $displayname, string $type, string $address, ?int $flags = 0): string | bool {
74 74
 	return '';
75 75
 }
76 76
 
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
  * @param string $entryid
79 79
  * @return array|bool
80 80
  */
81
-function mapi_parseoneoff(string $entryid): array|bool {
81
+function mapi_parseoneoff(string $entryid): array | bool {
82 82
 	return [];
83 83
 }
84 84
 
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
  * @param ?string $misc_version
94 94
  * @return resource|bool
95 95
  */
96
-function mapi_logon_zarafa(string $username, string $password, ?string $server = null, ?string $sslcert = null, ?string $sslpass = null, ?int $flags = 0, ?string $wa_version = null, ?string $misc_version = null): resource|bool {
96
+function mapi_logon_zarafa(string $username, string $password, ?string $server = null, ?string $sslcert = null, ?string $sslpass = null, ?int $flags = 0, ?string $wa_version = null, ?string $misc_version = null): resource | bool {
97 97
 	return new resource();
98 98
 }
99 99
 
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
  * @param int $flags
104 104
  * @return resource|bool
105 105
  */
106
-function mapi_logon_ex(string $username, string $password, int $flags): resource|bool {
106
+function mapi_logon_ex(string $username, string $password, int $flags): resource | bool {
107 107
 	return new resource();
108 108
 }
109 109
 
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
  * @param int $flags
113 113
  * @return resource|bool
114 114
  */
115
-function mapi_logon_np(string $username, int $flags): resource|bool {
115
+function mapi_logon_np(string $username, int $flags): resource | bool {
116 116
 	return new resource();
117 117
 }
118 118
 
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
  * @param string $token
121 121
  * @return resource|bool
122 122
  */
123
-function mapi_logon_token(string $token): resource|bool {
123
+function mapi_logon_token(string $token): resource | bool {
124 124
 	return new resource();
125 125
 }
126 126
 
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
  * @param resource $session
129 129
  * @return resource|bool
130 130
  */
131
-function mapi_getmsgstorestable(resource $session): resource|bool {
131
+function mapi_getmsgstorestable(resource $session): resource | bool {
132 132
 	return new resource();
133 133
 }
134 134
 
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
  * @param string $entryid
138 138
  * @return resource|bool
139 139
  */
140
-function mapi_openmsgstore(resource $ses, string $entryid): resource|bool {
140
+function mapi_openmsgstore(resource $ses, string $entryid): resource | bool {
141 141
 	return new resource();
142 142
 }
143 143
 
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
  * @param string $uid
147 147
  * @return resource|bool
148 148
  */
149
-function mapi_openprofilesection(resource $ses, string $uid): resource|bool {
149
+function mapi_openprofilesection(resource $ses, string $uid): resource | bool {
150 150
 	return new resource();
151 151
 }
152 152
 
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
  * @param resource $session
155 155
  * @return resource|bool
156 156
  */
157
-function mapi_openaddressbook(resource $session): resource|bool {
157
+function mapi_openaddressbook(resource $session): resource | bool {
158 158
 	return new resource();
159 159
 }
160 160
 
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
  * @param ?int $flags
165 165
  * @return resource|bool
166 166
  */
167
-function mapi_openentry(resource $ses, ?string $entryid = null, ?int $flags = 0): resource|bool {
167
+function mapi_openentry(resource $ses, ?string $entryid = null, ?int $flags = 0): resource | bool {
168 168
 	return new resource();
169 169
 }
170 170
 
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
  * @param ?int $flags
175 175
  * @return resource|bool
176 176
  */
177
-function mapi_ab_openentry(resource $abk, ?string $entryid = null, ?int $flags = 0): resource|bool {
177
+function mapi_ab_openentry(resource $abk, ?string $entryid = null, ?int $flags = 0): resource | bool {
178 178
 	return new resource();
179 179
 }
180 180
 
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
  * @param resource $abk
193 193
  * @return string|bool
194 194
  */
195
-function mapi_ab_getdefaultdir(resource $abk): string|bool {
195
+function mapi_ab_getdefaultdir(resource $abk): string | bool {
196 196
 	return '';
197 197
 }
198 198
 
@@ -201,7 +201,7 @@  discard block
 block discarded – undo
201 201
  * @param string $mailbox_dn
202 202
  * @return string|bool
203 203
  */
204
-function mapi_msgstore_createentryid(resource $store, string $mailbox_dn): string|bool {
204
+function mapi_msgstore_createentryid(resource $store, string $mailbox_dn): string | bool {
205 205
 	return '';
206 206
 }
207 207
 
@@ -221,7 +221,7 @@  discard block
 block discarded – undo
221 221
  * @param ?int $flags
222 222
  * @return resource|bool
223 223
  */
224
-function mapi_msgstore_openentry(resource $store, ?string $entryid = null, ?int $flags = 0): resource|bool {
224
+function mapi_msgstore_openentry(resource $store, ?string $entryid = null, ?int $flags = 0): resource | bool {
225 225
 	return new resource();
226 226
 }
227 227
 
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
  * @param resource $store
230 230
  * @return resource|bool
231 231
  */
232
-function mapi_msgstore_getreceivefolder(resource $store): resource|bool {
232
+function mapi_msgstore_getreceivefolder(resource $store): resource | bool {
233 233
 	return new resource();
234 234
 }
235 235
 
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
  * @param ?string $sk_msg
240 240
  * @return string|bool
241 241
  */
242
-function mapi_msgstore_entryidfromsourcekey(resource $store, string $sk_fld, ?string $sk_msg = null): string|bool {
242
+function mapi_msgstore_entryidfromsourcekey(resource $store, string $sk_fld, ?string $sk_msg = null): string | bool {
243 243
 	return '';
244 244
 }
245 245
 
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
  * @param resource $sink
251 251
  * @return int|bool
252 252
  */
253
-function mapi_msgstore_advise(resource $store, string $entryid, int $event_mask, resource $sink): int|bool {
253
+function mapi_msgstore_advise(resource $store, string $entryid, int $event_mask, resource $sink): int | bool {
254 254
 	return 0;
255 255
 }
256 256
 
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
 /**
276 276
  * @return resource|bool
277 277
  */
278
-function mapi_sink_create(): resource|bool {
278
+function mapi_sink_create(): resource | bool {
279 279
 	return new resource();
280 280
 }
281 281
 
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
  * @param resource $table
314 314
  * @return int|bool
315 315
  */
316
-function mapi_table_getrowcount(resource $table): int|bool {
316
+function mapi_table_getrowcount(resource $table): int | bool {
317 317
 	return 0;
318 318
 }
319 319
 
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
  * @param int $rowcount
334 334
  * @return int|bool
335 335
  */
336
-function mapi_table_seekrow(resource $table, int $bookmark, int $rowcount): int|bool {
336
+function mapi_table_seekrow(resource $table, int $bookmark, int $rowcount): int | bool {
337 337
 	return 0;
338 338
 }
339 339
 
@@ -364,7 +364,7 @@  discard block
 block discarded – undo
364 364
  * @param ?int $flags
365 365
  * @return int|bool
366 366
  */
367
-function mapi_table_findrow(resource $table, array $restrict, ?int $bookmark = 0, ?int $flags = 0): int|bool {
367
+function mapi_table_findrow(resource $table, array $restrict, ?int $bookmark = 0, ?int $flags = 0): int | bool {
368 368
 	return 0;
369 369
 }
370 370
 
@@ -372,7 +372,7 @@  discard block
 block discarded – undo
372 372
  * @param resource $table
373 373
  * @return int|bool
374 374
  */
375
-function mapi_table_createbookmark(resource $table): int|bool {
375
+function mapi_table_createbookmark(resource $table): int | bool {
376 376
 	return 0;
377 377
 }
378 378
 
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
  * @param ?int $flags
391 391
  * @return resource|bool
392 392
  */
393
-function mapi_folder_gethierarchytable(resource $fld, ?int $flags = 0): resource|bool {
393
+function mapi_folder_gethierarchytable(resource $fld, ?int $flags = 0): resource | bool {
394 394
 	return new resource();
395 395
 }
396 396
 
@@ -399,7 +399,7 @@  discard block
 block discarded – undo
399 399
  * @param ?int $flags
400 400
  * @return resource|bool
401 401
  */
402
-function mapi_folder_getcontentstable(resource $fld, ?int $flags = 0): resource|bool {
402
+function mapi_folder_getcontentstable(resource $fld, ?int $flags = 0): resource | bool {
403 403
 	return new resource();
404 404
 }
405 405
 
@@ -407,7 +407,7 @@  discard block
 block discarded – undo
407 407
  * @param resource $fld
408 408
  * @return resource|bool
409 409
  */
410
-function mapi_folder_getrulestable(resource $fld): resource|bool {
410
+function mapi_folder_getrulestable(resource $fld): resource | bool {
411 411
 	return new resource();
412 412
 }
413 413
 
@@ -416,7 +416,7 @@  discard block
 block discarded – undo
416 416
  * @param ?int $flags
417 417
  * @return resource|bool
418 418
  */
419
-function mapi_folder_createmessage(resource $fld, ?int $flags = 0): resource|bool {
419
+function mapi_folder_createmessage(resource $fld, ?int $flags = 0): resource | bool {
420 420
 	return new resource();
421 421
 }
422 422
 
@@ -428,7 +428,7 @@  discard block
 block discarded – undo
428 428
  * @param ?int $folder_type
429 429
  * @return resource|bool
430 430
  */
431
-function mapi_folder_createfolder(resource $fld, string $fname, ?string $comment = null, ?int $flags = 0, ?int $folder_type = 0): resource|bool {
431
+function mapi_folder_createfolder(resource $fld, string $fname, ?string $comment = null, ?int $flags = 0, ?int $folder_type = 0): resource | bool {
432 432
 	return new resource();
433 433
 }
434 434
 
@@ -528,7 +528,7 @@  discard block
 block discarded – undo
528 528
  * @param resource $msg
529 529
  * @return resource|bool
530 530
  */
531
-function mapi_message_getattachmenttable(resource $msg): resource|bool {
531
+function mapi_message_getattachmenttable(resource $msg): resource | bool {
532 532
 	return new resource();
533 533
 }
534 534
 
@@ -536,7 +536,7 @@  discard block
 block discarded – undo
536 536
  * @param resource $msg
537 537
  * @return resource|bool
538 538
  */
539
-function mapi_message_getrecipienttable(resource $msg): resource|bool {
539
+function mapi_message_getrecipienttable(resource $msg): resource | bool {
540 540
 	return new resource();
541 541
 }
542 542
 
@@ -545,7 +545,7 @@  discard block
 block discarded – undo
545 545
  * @param int $id
546 546
  * @return resource|bool
547 547
  */
548
-function mapi_message_openattach(resource $msg, int $id): resource|bool {
548
+function mapi_message_openattach(resource $msg, int $id): resource | bool {
549 549
 	return new resource();
550 550
 }
551 551
 
@@ -554,7 +554,7 @@  discard block
 block discarded – undo
554 554
  * @param ?int $flags
555 555
  * @return resource|bool
556 556
  */
557
-function mapi_message_createattach(resource $msg, ?int $flags = 0): resource|bool {
557
+function mapi_message_createattach(resource $msg, ?int $flags = 0): resource | bool {
558 558
 	return new resource();
559 559
 }
560 560
 
@@ -602,7 +602,7 @@  discard block
 block discarded – undo
602 602
  * @param ?string $guid
603 603
  * @return resource|bool
604 604
  */
605
-function mapi_openpropertytostream(resource $any, int $proptag, ?int $flags = 0, ?string $guid = null): resource|bool {
605
+function mapi_openpropertytostream(resource $any, int $proptag, ?int $flags = 0, ?string $guid = null): resource | bool {
606 606
 	return new resource();
607 607
 }
608 608
 
@@ -611,7 +611,7 @@  discard block
 block discarded – undo
611 611
  * @param string $data
612 612
  * @return int|bool
613 613
  */
614
-function mapi_stream_write(resource $stream, string $data): int|bool {
614
+function mapi_stream_write(resource $stream, string $data): int | bool {
615 615
 	return 0;
616 616
 }
617 617
 
@@ -620,7 +620,7 @@  discard block
 block discarded – undo
620 620
  * @param int $size
621 621
  * @return string|bool
622 622
  */
623
-function mapi_stream_read(resource $stream, int $size): string|bool {
623
+function mapi_stream_read(resource $stream, int $size): string | bool {
624 624
 	return '';
625 625
 }
626 626
 
@@ -628,7 +628,7 @@  discard block
 block discarded – undo
628 628
  * @param resource $stream
629 629
  * @return array|bool
630 630
  */
631
-function mapi_stream_stat(resource $stream): array|bool {
631
+function mapi_stream_stat(resource $stream): array | bool {
632 632
 	return [];
633 633
 }
634 634
 
@@ -662,7 +662,7 @@  discard block
 block discarded – undo
662 662
 /**
663 663
  * @return resource|bool
664 664
  */
665
-function mapi_stream_create(): resource|bool {
665
+function mapi_stream_create(): resource | bool {
666 666
 	return new resource();
667 667
 }
668 668
 
@@ -671,7 +671,7 @@  discard block
 block discarded – undo
671 671
  * @param ?int $flags
672 672
  * @return resource|bool
673 673
  */
674
-function mapi_attach_openobj(resource $attach, ?int $flags = 0): resource|bool {
674
+function mapi_attach_openobj(resource $attach, ?int $flags = 0): resource | bool {
675 675
 	return new resource();
676 676
 }
677 677
 
@@ -722,7 +722,7 @@  discard block
 block discarded – undo
722 722
  * @param ?int $flags
723 723
  * @return resource|bool
724 724
  */
725
-function mapi_openproperty(resource $any, int $proptag, ?string $iid = null, ?int $interfaceflags = 0, ?int $flags = 0): resource|bool {
725
+function mapi_openproperty(resource $any, int $proptag, ?string $iid = null, ?int $interfaceflags = 0, ?int $flags = 0): resource | bool {
726 726
 	return new resource();
727 727
 }
728 728
 
@@ -740,7 +740,7 @@  discard block
 block discarded – undo
740 740
  * @param ?array $names
741 741
  * @return array|bool
742 742
  */
743
-function mapi_getnamesfromids(resource $any, ?array $names = null): array|bool {
743
+function mapi_getnamesfromids(resource $any, ?array $names = null): array | bool {
744 744
 	return [];
745 745
 }
746 746
 
@@ -750,7 +750,7 @@  discard block
 block discarded – undo
750 750
  * @param ?array $guids
751 751
  * @return array|bool
752 752
  */
753
-function mapi_getidsfromnames(resource $store, array $names, ?array $guids = null): array|bool {
753
+function mapi_getidsfromnames(resource $store, array $names, ?array $guids = null): array | bool {
754 754
 	return [];
755 755
 }
756 756
 
@@ -758,7 +758,7 @@  discard block
 block discarded – undo
758 758
  * @param string $data
759 759
  * @return string|bool
760 760
  */
761
-function mapi_decompressrtf(string $data): string|bool {
761
+function mapi_decompressrtf(string $data): string | bool {
762 762
 	return '';
763 763
 }
764 764
 
@@ -767,7 +767,7 @@  discard block
 block discarded – undo
767 767
  * @param int $type
768 768
  * @return array|bool
769 769
  */
770
-function mapi_zarafa_getpermissionrules(resource $any, int $type): array|bool {
770
+function mapi_zarafa_getpermissionrules(resource $any, int $type): array | bool {
771 771
 	return [];
772 772
 }
773 773
 
@@ -787,7 +787,7 @@  discard block
 block discarded – undo
787 787
  * @param int $end
788 788
  * @return array|bool
789 789
  */
790
-function mapi_getuserfreebusy(resource $ses, string $entryid, int $start, int $end): array|bool {
790
+function mapi_getuserfreebusy(resource $ses, string $entryid, int $start, int $end): array | bool {
791 791
 	return [];
792 792
 }
793 793
 
@@ -798,7 +798,7 @@  discard block
 block discarded – undo
798 798
  * @param int $end
799 799
  * @return string|bool
800 800
  */
801
-function mapi_getuserfreebusyical(resource $ses, string $entryid, int $start, int $end): string|bool {
801
+function mapi_getuserfreebusyical(resource $ses, string $entryid, int $start, int $end): string | bool {
802 802
 	return '';
803 803
 }
804 804
 
@@ -838,7 +838,7 @@  discard block
 block discarded – undo
838 838
  * @param resource $r
839 839
  * @return int|bool
840 840
  */
841
-function mapi_exportchanges_getchangecount(resource $r): int|bool {
841
+function mapi_exportchanges_getchangecount(resource $r): int | bool {
842 842
 	return 0;
843 843
 }
844 844
 
@@ -946,7 +946,7 @@  discard block
 block discarded – undo
946 946
  * @param object &$object
947 947
  * @return resource|bool
948 948
  */
949
-function mapi_wrap_importcontentschanges(object &$object): resource|bool {
949
+function mapi_wrap_importcontentschanges(object &$object): resource | bool {
950 950
 	return new resource();
951 951
 }
952 952
 
@@ -954,7 +954,7 @@  discard block
 block discarded – undo
954 954
  * @param object &$object
955 955
  * @return resource|bool
956 956
  */
957
-function mapi_wrap_importhierarchychanges(object &$object): resource|bool {
957
+function mapi_wrap_importhierarchychanges(object &$object): resource | bool {
958 958
 	return new resource();
959 959
 }
960 960
 
@@ -965,7 +965,7 @@  discard block
 block discarded – undo
965 965
  * @param array $opts
966 966
  * @return resource|bool
967 967
  */
968
-function mapi_inetmapi_imtoinet(resource $ses, resource $abk, resource $msg, array $opts): resource|bool {
968
+function mapi_inetmapi_imtoinet(resource $ses, resource $abk, resource $msg, array $opts): resource | bool {
969 969
 	return new resource();
970 970
 }
971 971
 
@@ -1001,7 +1001,7 @@  discard block
 block discarded – undo
1001 1001
  * @param string $ics
1002 1002
  * @return array|bool
1003 1003
  */
1004
-function mapi_icaltomapi2(resource $abk, resource $fld, string $ics): array|bool {
1004
+function mapi_icaltomapi2(resource $abk, resource $fld, string $ics): array | bool {
1005 1005
 	return [];
1006 1006
 }
1007 1007
 
@@ -1012,7 +1012,7 @@  discard block
 block discarded – undo
1012 1012
  * @param array $opts
1013 1013
  * @return string|bool
1014 1014
  */
1015
-function mapi_mapitoical(resource $ses, resource $abk, resource $msg, array $opts): string|bool {
1015
+function mapi_mapitoical(resource $ses, resource $abk, resource $msg, array $opts): string | bool {
1016 1016
 	return '';
1017 1017
 }
1018 1018
 
@@ -1032,7 +1032,7 @@  discard block
 block discarded – undo
1032 1032
  * @param string $vcard
1033 1033
  * @return array|bool
1034 1034
  */
1035
-function mapi_vcftomapi2(resource $fld, string $vcard): array|bool {
1035
+function mapi_vcftomapi2(resource $fld, string $vcard): array | bool {
1036 1036
 	return [];
1037 1037
 }
1038 1038
 
@@ -1043,7 +1043,7 @@  discard block
 block discarded – undo
1043 1043
  * @param array $opts
1044 1044
  * @return string|bool
1045 1045
  */
1046
-function mapi_mapitovcf(resource $ses, resource $abk, resource $msg, array $opts): string|bool {
1046
+function mapi_mapitovcf(resource $ses, resource $abk, resource $msg, array $opts): string | bool {
1047 1047
 	return '';
1048 1048
 }
1049 1049
 
@@ -1085,7 +1085,7 @@  discard block
 block discarded – undo
1085 1085
  * @param string $username
1086 1086
  * @return array|bool
1087 1087
  */
1088
-function nsp_getuserinfo(string $username): array|bool {
1088
+function nsp_getuserinfo(string $username): array | bool {
1089 1089
 	return [];
1090 1090
 }
1091 1091
 
@@ -1103,7 +1103,7 @@  discard block
 block discarded – undo
1103 1103
  * @param string $essdn
1104 1104
  * @return string|bool
1105 1105
  */
1106
-function nsp_essdn_to_username(string $essdn): string|bool {
1106
+function nsp_essdn_to_username(string $essdn): string | bool {
1107 1107
 	return '';
1108 1108
 }
1109 1109
 
@@ -1121,7 +1121,7 @@  discard block
 block discarded – undo
1121 1121
  * @param string $tz
1122 1122
  * @return string|bool
1123 1123
  */
1124
-function mapi_ianatz_to_tzdef(string $tz): string|bool {
1124
+function mapi_ianatz_to_tzdef(string $tz): string | bool {
1125 1125
 	return '';
1126 1126
 }
1127 1127
 
Please login to merge, or discard this patch.
class.baserecurrence.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1414,7 +1414,7 @@  discard block
 block discarded – undo
1414 1414
 			if ($this->tz["timezone"] != 0) {
1415 1415
 				// Create user readable timezone information
1416 1416
 				$timezone = sprintf(
1417
-					"(GMT %s%02d:%02d)",-$this->tz["timezone"] > 0 ? "+" : "-",
1417
+					"(GMT %s%02d:%02d)", -$this->tz["timezone"] > 0 ? "+" : "-",
1418 1418
 					abs($this->tz["timezone"] / 60),
1419 1419
 					abs($this->tz["timezone"] % 60)
1420 1420
 				);
@@ -1944,7 +1944,7 @@  discard block
 block discarded – undo
1944 1944
 					}
1945 1945
 					elseif ($this->recur['regen']) {
1946 1946
 						$year_starttime = $this->gmtime($now);
1947
-						$is_next_leapyear = $this->isLeapYear($year_starttime['tm_year'] + 1900 + 1);	// +1 next year
1947
+						$is_next_leapyear = $this->isLeapYear($year_starttime['tm_year'] + 1900 + 1); // +1 next year
1948 1948
 						$now = $daystart + ($is_next_leapyear ? 31622400 /* Leap year in seconds */ : 31536000 /* year in seconds */);
1949 1949
 
1950 1950
 						if ($now <= $dayend) {
Please login to merge, or discard this patch.