Home
last modified time | relevance | path

Searched refs:getDocblock (Results 1 – 4 of 4) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php817 $docblock = $token->getDocblock();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php91 public function getDocblock() function in PHP_TokenWithScope
496 $docComment = $this->getDocblock();
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php373 'docblock' => $token->getDocblock(),
388 'docblock' => $token->getDocblock(),
410 'docblock' => $token->getDocblock(),
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DFunctionTest.php96 $this->assertNull($this->functions[0]->getDocblock());
100 $this->functions[1]->getDocblock()
105 $this->functions[2]->getDocblock()
108 $this->assertNull($this->functions[3]->getDocblock());
109 $this->assertNull($this->functions[4]->getDocblock());