Handling SoapRequests/SoapResponse with attachments fix

This commit is contained in:
Petr Bechyně
2016-11-24 11:04:57 +01:00
parent 052ab20d67
commit f4a4619fe6
2 changed files with 4 additions and 4 deletions

View File

@ -52,7 +52,7 @@ class SoapResponseFactory
* @param SoapAttachment[] $attachments SOAP attachments
* @return Part[]
*/
private function createAttachmentParts(array $attachments = [])
private static function createAttachmentParts(array $attachments = [])
{
$parts = [];
foreach ($attachments as $attachment) {