You are here

public function IdenticalValueToken::isLast in Zircon Profile 8.0

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

Returns false.

Return value

bool

Overrides TokenInterface::isLast

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/IdenticalValueToken.php, line 56

Class

IdenticalValueToken
Identical value token.

Namespace

Prophecy\Argument\Token

Code

public function isLast() {
  return false;
}