classes/class-object-sync-sf-queue.php
Method schedule_cron
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function schedule_cron( $timestamp, $cron_schedule, $hook, $args = array(), $group = '' ) {
Method schedule_recurring
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function schedule_recurring( $timestamp, $interval_in_seconds, $hook, $args = array(), $group = '' ) {
Avoid too many return
statements within this method. Open
Open
return $this->schedulable_classes;