Skip to content

Commit ca81991

Browse files
author
MarkBaker
committed
phpcs cleanup
1 parent ec2ca17 commit ca81991

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/PhpSpreadsheet/Calculation/DateTimeExcel/WorkDay.php

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ private static function decrementing(float $startDate, int $endDays, array $holi
151151
--$endDate;
152152
// Adjust the calculated end date if it falls over a weekend
153153
$endDow = self::getWeekDay($endDate, 3);
154-
/** int $endDoW */
155154
if ($endDow >= 5) {
156155
$endDate += 4 - $endDow;
157156
}

tests/PhpSpreadsheetTests/Calculation/Functions/DateTime/Days360Test.php

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function providerDAYS360(): array
2626
return require 'tests/data/Calculation/DateTime/DAYS360.php';
2727
}
2828

29-
3029
/**
3130
* @dataProvider providerDays360Array
3231
*/

0 commit comments

Comments
 (0)