Conditions | 3 |
Paths | 2 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 12 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | public function __construct(?IIMTranslations $lang = null) |
||
22 | { |
||
23 | $this->setImLang($lang); |
||
24 | if (!function_exists('imagecreatefromwebp') || !function_exists('imagewebp')) { |
||
25 | // @codeCoverageIgnoreStart |
||
26 | throw new ImagesException($this->getImLang()->imImageMagicLibNotPresent(),ImagesException::FORMAT_NO_LIBRARY); |
||
27 | } |
||
51 |