Skip to content

Commit

Permalink
Remove unused constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo committed Sep 11, 2021
1 parent d8dc20f commit aac60df
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/JpegXlEncode/Encoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@
class Encoder {

/**
* @var bool false
* @var bool
*/
private static $binaryValidated;

function __construct() {
self::$binaryValidated = false;
}
private static $binaryValidated = false;

/*
* Convert a JPEG or PNG file to JPEG XL
Expand Down

0 comments on commit aac60df

Please sign in to comment.