Skip to content

Commit

Permalink
Update src/Encoders/JpegEncoder.php
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas <[email protected]>
  • Loading branch information
olivervogel and deluxetom authored Jan 18, 2025
1 parent 71cb32b commit e09db90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Encoders/JpegEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class JpegEncoder extends SpecializableEncoder
*
* @param int $quality
* @param bool $progressive
* @param null|bool $strip
* @param null|bool $strip Strip EXIF metadata
* @return void
*/
public function __construct(
Expand Down

0 comments on commit e09db90

Please sign in to comment.