Showing 1 of 5 total issues
Method send
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function send()
{
if (empty($this->token)) {
$this->login();
}