Merge branch 'next-minor' into next-major

This commit is contained in:
Dylan K. Taylor
2022-10-13 21:06:39 +01:00
6 changed files with 30 additions and 9 deletions

View File

@ -47,7 +47,6 @@ final class RakLibThreadCrashInfo{
return new self(null, $info["message"], $info["file"], $info["line"]);
}
/** @return string|null */
public function getClass() : ?string{ return $this->class; }
public function getMessage() : string{ return $this->message; }