This commit is contained in:
Dane Everitt 2020-06-28 15:43:44 -07:00
parent 6143b656a3
commit 2ed3763d21
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
17 changed files with 18 additions and 19 deletions

View file

@ -21,7 +21,7 @@ interface TaskRepositoryInterface extends RepositoryInterface
*
* @param int $schedule
* @param int $index
* @return null|\Pterodactyl\Models\Task
* @return \Pterodactyl\Models\Task|null
*/
public function getNextTask(int $schedule, int $index);
}