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