You are here

public function ArrayCountToken::isLast in Zircon Profile 8

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

Returns false.

Return value

boolean

Overrides TokenInterface::isLast

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayCountToken.php, line 49

Class

ArrayCountToken
Array elements count token.

Namespace

Prophecy\Argument\Token

Code

public function isLast() {
  return false;
}