Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
m1r0 committed Aug 22, 2023
1 parent 1f20ae6 commit c3b56a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-sensei.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,14 @@ class Sensei_Main {
*
* @var Migration_Job_Scheduler|null
*/
public $migration_scheduler = null;
public $migration_scheduler;

/**
* Action scheduler.
*
* @var Action_Scheduler|null
*/
public $action_scheduler = null;
public $action_scheduler;

/**
* Constructor method.
Expand Down

0 comments on commit c3b56a7

Please sign in to comment.