master
protected function schedule(Schedule $schedule): void
Avoid passing parameters to methods or constructors and then not using those parameters.
class Foo{ private function bar($howdy) { // $howdy is not used }}