From 64db0861dd0727013c07266f614bb83f09a7c3c5 Mon Sep 17 00:00:00 2001 From: Wanderson Date: Wed, 4 Apr 2018 00:44:29 +0000 Subject: [PATCH] Remove whitespaces --- src/Provider/LT.php | 6 +++--- src/Provider/LV.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Provider/LT.php b/src/Provider/LT.php index 906ab89..64a42cd 100644 --- a/src/Provider/LT.php +++ b/src/Provider/LT.php @@ -21,10 +21,10 @@ class LT extends AbstractEaster public function getHolidaysByYear($year) { $easter = $this->getEasterDates($year); - + $mothersDay = date('m-d', strtotime('first Sunday of May '. $year)); $fathersDay = date('m-d', strtotime('first Sunday of June '. $year)); - + $holidays = array( '01-01' => $this->createData('Naujieji metai'), '02-16' => $this->createData('Lietuvos valstybės atkūrimo diena'), @@ -41,7 +41,7 @@ public function getHolidaysByYear($year) // floating days $mothersDay => $this->createData('Motinos diena'), $fathersDay => $this->createData('Tėvo diena'), - + // Easter dates $easter['easterSunday']->format(self::DATE_FORMAT) => $this->createData('Velykos'), ); diff --git a/src/Provider/LV.php b/src/Provider/LV.php index 141b44d..37363bc 100644 --- a/src/Provider/LV.php +++ b/src/Provider/LV.php @@ -36,7 +36,7 @@ public function getHolidaysByYear($year) '12-25' => $this->createData('Ziemassvētki'), '12-26' => $this->createData('Otrie Ziemassvētki'), '12-31' => $this->createData('Vecgada vakars'), - + // Easter dates $easter['goodFriday']->format(self::DATE_FORMAT) => $this->createData('Lielā Piektdiena'), $easter['easterSunday']->format(self::DATE_FORMAT) => $this->createData('Lieldienas'),