Skip to content

Commit fad6391

Browse files
authored
Merge pull request #672 from phil-davis/apply-cs-fixer-3.64
chore: apply php-cs-fixer 3.64 changes
2 parents a4a2bc3 + 57492ab commit fad6391

7 files changed

+43
-43
lines changed

lib/Parser/Json.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function parseProperty(array $jProp): Property
131131
list(
132132
$propertyName,
133133
$parameters,
134-
$valueType
134+
$valueType,
135135
) = $jProp;
136136

137137
$propertyName = strtoupper($propertyName);

tests/VObject/ITip/BrokerAttendeeReplyTest.php

+12-12
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testAccepted(): void
6161
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected]
6262
END:VEVENT
6363
END:VCALENDAR
64-
ICS
64+
ICS,
6565
],
6666
];
6767

@@ -179,7 +179,7 @@ public function testAcceptedWithTz(): void
179179
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected]
180180
END:VEVENT
181181
END:VCALENDAR
182-
ICS
182+
ICS,
183183
],
184184
];
185185

@@ -325,7 +325,7 @@ public function testRecurringReply(): void
325325
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected]
326326
END:VEVENT
327327
END:VCALENDAR
328-
ICS
328+
ICS,
329329
],
330330
];
331331

@@ -464,7 +464,7 @@ public function testRecurringAllDay(): void
464464
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected]
465465
END:VEVENT
466466
END:VCALENDAR
467-
ICS
467+
ICS,
468468
],
469469
];
470470

@@ -556,7 +556,7 @@ public function testNoChangeForceSend(): void
556556
ATTENDEE;PARTSTAT=NEEDS-ACTION;CN=One:mailto:[email protected]
557557
END:VEVENT
558558
END:VCALENDAR
559-
ICS
559+
ICS,
560560
],
561561
];
562562
$this->parse($oldMessage, $newMessage, $expected);
@@ -659,7 +659,7 @@ public function testCreateReplyByException(): void
659659
ATTENDEE;PARTSTAT=DECLINED:mailto:[email protected]
660660
END:VEVENT
661661
END:VCALENDAR
662-
ICS
662+
ICS,
663663
],
664664
];
665665
$this->parse($oldMessage, $newMessage, $expected);
@@ -728,7 +728,7 @@ public function testCreateReplyByExceptionTz(): void
728728
ATTENDEE;PARTSTAT=DECLINED:mailto:[email protected]
729729
END:VEVENT
730730
END:VCALENDAR
731-
ICS
731+
ICS,
732732
],
733733
];
734734
$this->parse($oldMessage, $newMessage, $expected);
@@ -797,7 +797,7 @@ public function testCreateReplyByExceptionAllDay(): void
797797
ATTENDEE;PARTSTAT=DECLINED:mailto:[email protected]
798798
END:VEVENT
799799
END:VCALENDAR
800-
ICS
800+
ICS,
801801
],
802802
];
803803
$this->parse($oldMessage, $newMessage, $expected);
@@ -857,7 +857,7 @@ public function testDeclined(): void
857857
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected]
858858
END:VEVENT
859859
END:VCALENDAR
860-
ICS
860+
ICS,
861861
],
862862
];
863863

@@ -1039,7 +1039,7 @@ public function testAcceptedAllDay(): void
10391039
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected]
10401040
END:VEVENT
10411041
END:VCALENDAR
1042-
ICS
1042+
ICS,
10431043
],
10441044
];
10451045

@@ -1110,7 +1110,7 @@ public function testReplyNoMasterEvent(): void
11101110
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected]
11111111
END:VEVENT
11121112
END:VCALENDAR
1113-
ICS
1113+
ICS,
11141114
],
11151115
];
11161116

@@ -1198,7 +1198,7 @@ public function testPartyCrasher(): void
11981198
END:VEVENT
11991199
END:VCALENDAR
12001200
1201-
ICS
1201+
ICS,
12021202
],
12031203
];
12041204

tests/VObject/ITip/BrokerDeleteEventTest.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testOrganizerDeleteWithDtend(): void
5454
ATTENDEE;CN=One:mailto:[email protected]
5555
END:VEVENT
5656
END:VCALENDAR
57-
ICS
57+
ICS,
5858
],
5959

6060
[
@@ -82,7 +82,7 @@ public function testOrganizerDeleteWithDtend(): void
8282
ATTENDEE;CN=Two:mailto:[email protected]
8383
END:VEVENT
8484
END:VCALENDAR
85-
ICS
85+
ICS,
8686
],
8787
];
8888

@@ -137,7 +137,7 @@ public function testOrganizerDeleteWithDuration(): void
137137
ATTENDEE;CN=One:mailto:[email protected]
138138
END:VEVENT
139139
END:VCALENDAR
140-
ICS
140+
ICS,
141141
],
142142

143143
[
@@ -165,7 +165,7 @@ public function testOrganizerDeleteWithDuration(): void
165165
ATTENDEE;CN=Two:mailto:[email protected]
166166
END:VEVENT
167167
END:VCALENDAR
168-
ICS
168+
ICS,
169169
],
170170
];
171171

@@ -220,7 +220,7 @@ public function testAttendeeDeleteWithDtend(): void
220220
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected]
221221
END:VEVENT
222222
END:VCALENDAR
223-
ICS
223+
ICS,
224224
],
225225
];
226226

@@ -275,7 +275,7 @@ public function testAttendeeReplyWithDuration(): void
275275
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected]
276276
END:VEVENT
277277
END:VCALENDAR
278-
ICS
278+
ICS,
279279
],
280280
];
281281

tests/VObject/ITip/BrokerNewEventTest.php

+7-7
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function testRecurrenceInvite(): void
183183
DTSTAMP:**ANY**
184184
END:VEVENT
185185
END:VCALENDAR
186-
ICS
186+
ICS,
187187
],
188188
[
189189
'uid' => 'foobar',
@@ -221,7 +221,7 @@ public function testRecurrenceInvite(): void
221221
DTSTAMP:**ANY**
222222
END:VEVENT
223223
END:VCALENDAR
224-
ICS
224+
ICS,
225225
],
226226
[
227227
'uid' => 'foobar',
@@ -248,7 +248,7 @@ public function testRecurrenceInvite(): void
248248
DTSTAMP:**ANY**
249249
END:VEVENT
250250
END:VCALENDAR
251-
ICS
251+
ICS,
252252
],
253253
];
254254

@@ -312,7 +312,7 @@ public function testRecurrenceInvite2(): void
312312
DTSTAMP:**ANY**
313313
END:VEVENT
314314
END:VCALENDAR
315-
ICS
315+
ICS,
316316
],
317317
[
318318
'uid' => 'foobar',
@@ -349,7 +349,7 @@ public function testRecurrenceInvite2(): void
349349
DTSTAMP:**ANY**
350350
END:VEVENT
351351
END:VCALENDAR
352-
ICS
352+
ICS,
353353
],
354354
[
355355
'uid' => 'foobar',
@@ -376,7 +376,7 @@ public function testRecurrenceInvite2(): void
376376
DTSTAMP:**ANY**
377377
END:VEVENT
378378
END:VCALENDAR
379-
ICS
379+
ICS,
380380
],
381381
];
382382

@@ -427,7 +427,7 @@ public function testRecurrenceInvite3(): void
427427
DTSTAMP:**ANY**
428428
END:VEVENT
429429
END:VCALENDAR
430-
ICS
430+
ICS,
431431
],
432432
];
433433

tests/VObject/ITip/BrokerUpdateEventTest.php

+14-14
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testInviteChange(): void
7171
ATTENDEE;CN=One:mailto:[email protected]
7272
END:VEVENT
7373
END:VCALENDAR
74-
ICS
74+
ICS,
7575
],
7676
[
7777
'uid' => 'foobar',
@@ -101,7 +101,7 @@ public function testInviteChange(): void
101101
DTSTAMP:**ANY**
102102
END:VEVENT
103103
END:VCALENDAR
104-
ICS
104+
ICS,
105105
],
106106
[
107107
'uid' => 'foobar',
@@ -131,7 +131,7 @@ public function testInviteChange(): void
131131
DTSTAMP:**ANY**
132132
END:VEVENT
133133
END:VCALENDAR
134-
ICS
134+
ICS,
135135
],
136136
];
137137

@@ -193,7 +193,7 @@ public function testInviteChangeFromNonSchedulingToSchedulingObject(): void
193193
DTSTAMP:**ANY**
194194
END:VEVENT
195195
END:VCALENDAR
196-
ICS
196+
ICS,
197197
],
198198
];
199199

@@ -251,7 +251,7 @@ public function testInviteChangeFromSchedulingToNonSchedulingObject(): void
251251
ATTENDEE;CN=One:mailto:[email protected]
252252
END:VEVENT
253253
END:VCALENDAR
254-
ICS
254+
ICS,
255255
],
256256
];
257257

@@ -350,7 +350,7 @@ public function testRemoveInstance(): void
350350
DTSTAMP:**ANY**
351351
END:VEVENT
352352
END:VCALENDAR
353-
ICS
353+
ICS,
354354
],
355355
];
356356

@@ -427,7 +427,7 @@ public function testInviteChangeSignificantChange(): void
427427
ATTENDEE;CN=One:mailto:[email protected]
428428
END:VEVENT
429429
END:VCALENDAR
430-
ICS
430+
ICS,
431431
],
432432
[
433433
'uid' => 'foobar',
@@ -457,7 +457,7 @@ public function testInviteChangeSignificantChange(): void
457457
DTSTAMP:**ANY**
458458
END:VEVENT
459459
END:VCALENDAR
460-
ICS
460+
ICS,
461461
],
462462
[
463463
'uid' => 'foobar',
@@ -487,7 +487,7 @@ public function testInviteChangeSignificantChange(): void
487487
DTSTAMP:**ANY**
488488
END:VEVENT
489489
END:VCALENDAR
490-
ICS
490+
ICS,
491491
],
492492
];
493493

@@ -555,7 +555,7 @@ public function testInviteNoChange(): void
555555
DTSTAMP:**ANY**
556556
END:VEVENT
557557
END:VCALENDAR
558-
ICS
558+
ICS,
559559
],
560560
];
561561

@@ -623,7 +623,7 @@ public function testInviteNoChangeForceSend(): void
623623
DTSTAMP:**ANY**
624624
END:VEVENT
625625
END:VCALENDAR
626-
ICS
626+
ICS,
627627
],
628628
];
629629

@@ -691,7 +691,7 @@ public function testInviteRemoveAttendees(): void
691691
ATTENDEE;CN=One:mailto:[email protected]
692692
END:VEVENT
693693
END:VCALENDAR
694-
ICS
694+
ICS,
695695
],
696696
[
697697
'uid' => 'foobar',
@@ -719,7 +719,7 @@ public function testInviteRemoveAttendees(): void
719719
ATTENDEE;CN=Two:mailto:[email protected]
720720
END:VEVENT
721721
END:VCALENDAR
722-
ICS
722+
ICS,
723723
],
724724
];
725725

@@ -808,7 +808,7 @@ public function testInviteChangeExdateOrder(): void
808808
DTSTAMP:**ANY**
809809
END:VEVENT
810810
END:VCALENDAR
811-
ICS
811+
ICS,
812812
],
813813
];
814814

tests/VObject/Parser/MimeDirTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public function provideBrokenVCalendar(): array
256256
SEQUENCE:0
257257
END:VEVENT
258258
END:VCALENDAR
259-
EOF
259+
EOF,
260260
]];
261261
}
262262
}

tests/VObject/VCardConverterTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ public function testAnniversary(): void
461461
// Swapping input and output
462462
list(
463463
$input,
464-
$output
464+
$output,
465465
) = [
466466
$output,
467467
$input,
@@ -520,7 +520,7 @@ public function testMultipleAnniversaries(): void
520520
// Swapping input and output
521521
list(
522522
$input,
523-
$output
523+
$output,
524524
) = [
525525
$output,
526526
$input,

0 commit comments

Comments
 (0)