BeSimpleSoap/tests/Fixtures/DummyServiceMethodWithIncom...

16 lines
252 B
PHP
Raw Permalink Normal View History

<?php
namespace Fixtures;
use Fixtures\Attachment\MessageWithAttachmentsTrait;
class DummyServiceMethodWithIncomingLargeSwaRequest
{
use MessageWithAttachmentsTrait;
/**
* @var int $dummyAttribute
*/
public $dummyAttribute;
}