Minor php cs fixes

This commit is contained in:
Clemens Schwaighofer
2024-01-10 17:03:18 +09:00
parent 0152af6e65
commit 5f290419c6
4 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -675,9 +675,9 @@ class DateTime
foreach ($period as $dt) {
$curr = $dt->format('D');
if ($curr == 'Sat' || $curr == 'Sun') {
$days[2] ++;
$days[2]++;
} else {
$days[1] ++;
$days[1]++;
}
}
if ($return_named === true) {