phpcs cleanup
This commit is contained in:
parent
ec2ca1764f
commit
ca81991728
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue