Skip to content

Commit 54e6001

Browse files
committed
Removed comment.
1 parent 5e441f5 commit 54e6001

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/modules/custom/helfi_etusivu/tests/src/FunctionalJavascript/NewsItemNodeUnpublishDateTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ private function ensureUpdatingWidgetExists(): void {
361361
form.appendChild(wrap);
362362
form.appendChild(addMore);
363363
debug.value += 'Reaches the widget creation end: ' + form + '\\n';
364-
364+
365365
}
366366
if (typeof Drupal !== 'undefined' && Drupal.attachBehaviors) {
367367
Drupal.attachBehaviors(document, window.drupalSettings || {});
@@ -462,7 +462,7 @@ private function addMonths(\DateTimeImmutable $date, int $months): \DateTimeImmu
462462
$utc = $date->setTimezone(new \DateTimeZone('UTC'));
463463

464464
// 1 month = 30.436875 days = 2,629,746 seconds.
465-
$secondsPerMonth = (int) round(30.436875 * 24 * 60 * 60); // 2629746
465+
$secondsPerMonth = (int) round(30.436875 * 24 * 60 * 60);
466466
$secondsToAdd = $months * $secondsPerMonth;
467467

468468
// Add seconds to the Unix timestamp and return as UTC.

0 commit comments

Comments
 (0)