mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-09-05 06:57:39 +00:00
🚿 phan happy
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user