You are here

public function ExactValueToken::isLast in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ExactValueToken.php \Prophecy\Argument\Token\ExactValueToken::isLast()

Returns false.

Return value

bool

Overrides TokenInterface::isLast

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ExactValueToken.php, line 98

Class

ExactValueToken
Exact value token.

Namespace

Prophecy\Argument\Token

Code

public function isLast() {
  return false;
}