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