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