mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-19 06:26:48 +00:00
phpcs cleanup
This commit is contained in:
@@ -151,7 +151,6 @@ class WorkDay
|
||||
--$endDate;
|
||||
// Adjust the calculated end date if it falls over a weekend
|
||||
$endDow = self::getWeekDay($endDate, 3);
|
||||
/** int $endDoW */
|
||||
if ($endDow >= 5) {
|
||||
$endDate += 4 - $endDow;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,6 @@ class Days360Test extends AllSetupTeardown
|
||||
return require 'tests/data/Calculation/DateTime/DAYS360.php';
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @dataProvider providerDays360Array
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user