Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@ -55,7 +55,7 @@ class SimpleWorkerTest extends \MailPoetTest {
|
||||
|
||||
public function testItCalculatesNextRunDateWithinNextWeekBoundaries() {
|
||||
$currentDate = Carbon::createFromTimestamp(WPFunctions::get()->currentTime('timestamp'));
|
||||
/** @var Carbon $next_run_date */
|
||||
/** @var Carbon $nextRunDate */
|
||||
$nextRunDate = (new MockSimpleWorker())->getNextRunDate();
|
||||
$difference = $nextRunDate->diffInDays($currentDate);
|
||||
// Subtract days left in the current week
|
||||
|
Reference in New Issue
Block a user