Update deps; minor tweaks
This commit is contained in:
@@ -60,7 +60,7 @@ class Request implements JsonSerializable
|
||||
*/
|
||||
public function isAnswered(): bool
|
||||
{
|
||||
return $this->history[0]->action == RequestAction::Answered;
|
||||
return $this->history[0]->action === RequestAction::Answered;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user