🚿 phan happy

This commit is contained in:
codemasher
2021-12-07 01:09:41 +01:00
parent 6c34213aca
commit 9c11f69581
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ final class IMagickLuminanceSource extends LuminanceSourceAbstract{
if($this->options->readerIncreaseContrast){
for($i = 0; $i < 10; $i++){
$this->imagick->contrastImage(0);
$this->imagick->contrastImage(false); // misleading docs
}
}
-1
View File
@@ -19,7 +19,6 @@ use chillerlan\QRCode\{QRCode, QROptions};
use chillerlan\QRCode\Decoder\{GDLuminanceSource, IMagickLuminanceSource};
use PHPUnit\Framework\TestCase;
use function extension_loaded, range, sprintf, str_repeat, substr;
use const PHP_OS_FAMILY, PHP_VERSION_ID;
/**
* Tests the QR Code reader