Skip to content

Commit

Permalink
Changed a comment. Closes #169
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Jul 10, 2021
1 parent 512d3bf commit 375cc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Convert/Converters/Gmagick.php
Expand Up @@ -107,7 +107,7 @@ protected function doActualConvert()

$im->setimageformat('WEBP');

// Not completely sure if setimageoption() has always been there, so lets check first. #169
// setimageoption() has not always been there, so check first. #169
if (method_exists($im, 'setimageoption')) {
// Finally cracked setting webp options.
// See #167
Expand Down

0 comments on commit 375cc8d

Please sign in to comment.