| 1 | <?php |
||
| 7 | trait TransformsAttachments |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param string $attachmentUrl |
||
| 11 | * @return array |
||
| 12 | */ |
||
| 13 | 1 | protected function toDevOpsAttachment(string $attachmentUrl): array |
|
| 29 | |||
| 30 | /** |
||
| 31 | * @param array $attachment |
||
| 32 | * @return \TestMonitor\DevOps\Resources\Attachment |
||
| 33 | */ |
||
| 34 | 1 | protected function fromDevOpsAttachment(array $attachment): Attachment |
|
| 38 | } |
||
| 39 |