private function isBinary(Token $token) : bool { return $token->test(Token::OPERATOR_TYPE) && isset($this->binaryOperators[$token->getValue()]); }