Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | trait BuildsCommandsWithHttpHeaders |
||
9 | { |
||
10 | use InteractsWithHttpHeaders; |
||
11 | |||
12 | /** |
||
13 | * Builds the command using the underlying library and then |
||
14 | * prepends the input with the headers. |
||
15 | * |
||
16 | * @param \FFMpeg\Format\FormatInterface $format |
||
17 | * @param string $outputPathfile |
||
18 | * @return array |
||
19 | */ |
||
20 | protected function buildCommand(FormatInterface $format, $outputPathfile) |
||
37 |