public function ArrayEveryEntryToken::isLast in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEveryEntryToken.php \Prophecy\Argument\Token\ArrayEveryEntryToken::isLast()
Returns true if this token prevents check of other tokens (is last one).
Return value
bool|int
Overrides TokenInterface::isLast
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ArrayEveryEntryToken.php, line 62
Class
- ArrayEveryEntryToken
- Array every entry token.
Namespace
Prophecy\Argument\TokenCode
public function isLast() {
return false;
}