Skip to content

Commit

Permalink
IMipPlugin.php Removed blank lines to make php-cs-fixer happy.
Browse files Browse the repository at this point in the history
Signed-off-by: brad2014 <brad2014@users.noreply.github.com>
  • Loading branch information
brad2014 committed Aug 20, 2020
1 parent b0687b1 commit dfd02b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ private function getAttendeeRSVP(Property $attendee = null) {
* @param VEvent $vevent
*/
private function generateWhenString(IL10N $l10n, VEvent $vevent) {

$dtstart = $vevent->DTSTART;
if (isset($vevent->DTEND)) {
$dtend = $vevent->DTEND;
Expand Down Expand Up @@ -526,7 +525,6 @@ private function addSubjectAndHeading(IEMailTemplate $template, IL10N $l10n,
* @param VEVENT $vevent
*/
private function addBulletList(IEMailTemplate $template, IL10N $l10n, $vevent) {

if ($vevent->SUMMARY) {
$template->addBodyListItem($vevent->SUMMARY, $l10n->t('Title:'),
$this->getAbsoluteImagePath('caldav/title.svg'),'','',self::IMIP_INDENT);
Expand Down

0 comments on commit dfd02b2

Please sign in to comment.