JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "wsdl_class.tpl"

Full Path: /var/www/laravel_filter/vendor/phpunit/phpunit/src/Framework/MockObject/Generator/templates/wsdl_class.tpl
File size: 205 bytes
MIME-type: text/plain
Charset: utf-8

declare(strict_types=1);

{namespace}class {class_name} extends \SoapClient
{
    public function __construct($wsdl, array $options)
    {
        parent::__construct('{wsdl}', $options);
    }
{methods}}