Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-10-13 21:03:50 +01:00
8 changed files with 32 additions and 11 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; }