We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b680354 + 11535e9 commit fcd0332Copy full SHA for fcd0332
src/Token.php
@@ -42,7 +42,7 @@ public function __construct(
42
43
public function __toString(): string
44
{
45
- return \sprintf('%s(%s)', $this->toEnglish(), $this->value);
+ return \sprintf('%s(%s)', self::typeToString($this->type, true), $this->value);
46
}
47
48
/**
0 commit comments