DEBSOURCES
Skip Quicknav
sources / php-phpspec-prophecy / 1.22.0-1 / fixtures / WithVariadicArgument.php
12345678910
<?php namespace Fixtures\Prophecy; class WithVariadicArgument { function methodWithArgs(...$args) { } }