Searched refs:typeToEnglish (Results 1 – 2 of 2) sorted by relevance
79 …he "%s" token type is deprecated, "arrow" is now an operator.', self::typeToEnglish(self::ARROW_TY…84 …e "%s" token type is deprecated, "spread" is now an operator.', self::typeToEnglish(self::SPREAD_T…93 …ken is now an "%s" token instead of a "%s" one.', $this->value, self::typeToEnglish(self::OPERATOR…144 return self::typeToEnglish($this->type);202 public static function typeToEnglish(int $type): string function in Twig\\Token
84 Token::typeToEnglish($type), $value ? \sprintf(' with value "%s"', $value) : ''),