Passed
Branch main (8c0661)
by Gianpaolo
06:17
created
Category
src/WorkdayHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
     private function addEasterDates($year)
207 207
     {
208 208
         try {
209
-            if(function_exists('easter_days')) {
209
+            if (function_exists('easter_days')) {
210 210
                 $equinox      = new \DateTime($year . "-03-21");
211 211
                 $easterObject = $equinox->add(new \DateInterval('P' . easter_days($year) . 'D'));
212 212
                 $this->addClosing($easterObject, 'Pasqua', self::TYPE_PUBLIC);
Please login to merge, or discard this patch.