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