Current File : /home/jvzmxxx/wiki1/vendor/phpspec/prophecy/fixtures/WithTypehintedVariadicArgument.php
<?php

namespace Fixtures\Prophecy;

class WithTypehintedVariadicArgument
{
    function methodWithTypeHintedArgs(array ...$args)
    {
    }
}