Skip to content

Commit f9b5a02

Browse files
Ran php-cs-fixer on files I have not touched otherwise
1 parent c2ca7d2 commit f9b5a02

File tree

2 files changed

+101
-202
lines changed

2 files changed

+101
-202
lines changed

tests/VObject/Component/VAvailabilityTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@ protected function template(array $properties)
435435
436436
END:VAVAILABILITY
437437
END:VCALENDAR
438-
VCAL
439-
,
438+
VCAL,
440439
$properties
441440
);
442441
}
@@ -459,8 +458,7 @@ protected function templateAvailable(array $properties)
459458
END:AVAILABLE
460459
END:VAVAILABILITY
461460
END:VCALENDAR
462-
VCAL
463-
,
461+
VCAL,
464462
$properties
465463
);
466464
}

0 commit comments

Comments
 (0)