Fix CS according to newest php-cs-fixer

This commit is contained in:
Dylan K. Taylor 2022-10-13 21:00:57 +01:00
parent 4fadb63f67
commit b84c110819
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

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; }