File "WithVariadicArgument.php"

Full Path: /www/wwwroot/shphe-en.com/smsapi/api_sdk/vendor/phpspec/prophecy/fixtures/WithVariadicArgument.php
File size: 118 bytes
MIME-type: --
Charset: utf-8

<?php

namespace Fixtures\Prophecy;

class WithVariadicArgument
{
    function methodWithArgs(...$args)
    {
    }
}