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