cs fix
This commit is contained in:
parent
6143b656a3
commit
2ed3763d21
17 changed files with 18 additions and 19 deletions
|
@ -19,7 +19,7 @@ interface SessionRepositoryInterface extends RepositoryInterface
|
|||
*
|
||||
* @param int $user
|
||||
* @param string $session
|
||||
* @return null|int
|
||||
* @return int|null
|
||||
*/
|
||||
public function deleteUserSession(int $user, string $session);
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue