mirror of
https://github.com/furyfire/trueskill.git
synced 2025-04-20 04:44:28 +00:00
More type checks
This commit is contained in:
@ -8,7 +8,7 @@ abstract class Schedule implements \Stringable
|
||||
{
|
||||
}
|
||||
|
||||
abstract public function visit($depth = -1, $maxDepth = 0);
|
||||
abstract public function visit(int $depth = -1, int $maxDepth = 0);
|
||||
|
||||
public function __toString(): string
|
||||
{
|
||||
|
Reference in New Issue
Block a user