You are here

public function ObjectStateToken::isLast in Zircon Profile 8.0

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

Returns false.

Return value

bool

Overrides TokenInterface::isLast

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ObjectStateToken.php, line 87

Class

ObjectStateToken
Object state-checker token.

Namespace

Prophecy\Argument\Token

Code

public function isLast() {
  return false;
}