public function ArrayEntryToken::isLast in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ArrayEntryToken.php \Prophecy\Argument\Token\ArrayEntryToken::isLast()
Returns false.
Return value
boolean
Overrides TokenInterface::isLast
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument/ Token/ ArrayEntryToken.php, line 75
Class
- ArrayEntryToken
- Array entry token.
Namespace
Prophecy\Argument\TokenCode
public function isLast() {
return false;
}