Automattic\WooCommerce\Vendor\Symfony\Polyfill\Php80
PhpToken::__toString
Method of the class: PhpToken{}
No Hooks.
Returns
null. Nothing (null).
Usage
$PhpToken = new PhpToken(); $PhpToken->__toString(): string;
PhpToken::__toString() PhpToken:: toString code WC 10.5.0
public function __toString(): string
{
return (string) $this->text;
}