You are here

public function TypeToken::isLast in Zircon Profile 8

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

Returns false.

Return value

bool

Overrides TokenInterface::isLast

File

vendor/phpspec/prophecy/src/Prophecy/Argument/Token/TypeToken.php, line 62

Class

TypeToken
Value type token.

Namespace

Prophecy\Argument\Token

Code

public function isLast() {
  return false;
}