Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | final class FtpTransport implements TransportInterface |
||
14 | { |
||
15 | /** @var FilesystemInterface */ |
||
16 | private $filesystem; |
||
17 | |||
18 | public function __construct(FilesystemInterface $filesystem) |
||
21 | } |
||
22 | |||
23 | public function send(string $file, array $configuration, ReportInterface $report, ReportConfigurationInterface $reportConfiguration): void |
||
31 |