Total Complexity | 6 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | class Autodetect extends AFormat |
||
16 | { |
||
17 | /** |
||
18 | * @param IIMTranslations|null $lang |
||
19 | * @throws ImagesException |
||
20 | */ |
||
21 | public function __construct(?IIMTranslations $lang = null) |
||
27 | } |
||
28 | // @codeCoverageIgnoreEnd |
||
29 | } |
||
30 | |||
31 | public function load(string $path) |
||
42 | } |
||
43 | |||
44 | public function save(?string $path, $resource): void |
||
49 |