Skip to content

Commit b4643df

Browse files
committed
make codefactor happy with line indents
1 parent 028151d commit b4643df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Paths/RegionalData.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,8 @@ private function createDiocesanCalendar(): void
315315
);
316316

317317
$calendarData = json_encode($this->params->payload, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE);
318-
if (false === file_put_contents(
318+
if (
319+
false === file_put_contents(
319320
$diocesanCalendarFile,
320321
$calendarData . PHP_EOL
321322
)

0 commit comments

Comments
 (0)