Fixtures\Prophecy\WithTypehintedVariadicArgument::methodWithTypeHintedArgs PHP Méthode

methodWithTypeHintedArgs() public méthode

public methodWithTypeHintedArgs ( variadic $args )
$args variadic
    function methodWithTypeHintedArgs(array ...$args)
    {
    }
WithTypehintedVariadicArgument