Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
5 | class JpegStrategy implements ImageTypeStrategyInterface |
||
6 | { |
||
7 | /** |
||
8 | * @param string $filename |
||
9 | * @return resource |
||
10 | */ |
||
11 | 4 | public function create($filename) |
|
14 | } |
||
15 | |||
16 | 1 | public function save($resource, $filename, $compression) |
|
19 | 1 | } |
|
20 | |||
21 | /** |
||
22 | * @return string |
||
23 | */ |
||
24 | 1 | public function getContentType() |
|
27 | } |
||
28 | } |