Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConstExprIntegerNode.php

function ConstExprIntegerNode::__toString

File

vendor/phpstan/phpdoc-parser/src/Ast/ConstExpr/ConstExprIntegerNode.php, line 21

Class

ConstExprIntegerNode

Namespace

PHPStan\PhpDocParser\Ast\ConstExpr

Code

public function __toString() : string {
    return $this->value;
}
RSS feed
Powered by Drupal