public static function Argument::cetera in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/src/Prophecy/Argument.php \Prophecy\Argument::cetera()
Matches all values to the rest of the signature.
Return value
Token\AnyValuesToken
File
- vendor/
phpspec/ prophecy/ src/ Prophecy/ Argument.php, line 87
Class
- Argument
- Argument tokens shortcuts.
Namespace
ProphecyCode
public static function cetera() {
return new Token\AnyValuesToken();
}