Skip to content

Commit aac60df

Browse files
committed
Remove unused constructor
1 parent d8dc20f commit aac60df

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/JpegXlEncode/Encoder.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@
1414
class Encoder {
1515

1616
/**
17-
* @var bool false
17+
* @var bool
1818
*/
19-
private static $binaryValidated;
20-
21-
function __construct() {
22-
self::$binaryValidated = false;
23-
}
19+
private static $binaryValidated = false;
2420

2521
/*
2622
* Convert a JPEG or PNG file to JPEG XL

0 commit comments

Comments
 (0)