mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-19 20:51:15 +00:00
🚿 these can be safely removed
This commit is contained in:
+4
-25
@@ -282,23 +282,6 @@ trait QROptionsTrait{
|
||||
protected int $quality = -1;
|
||||
|
||||
|
||||
/*
|
||||
* QRGdImage settings
|
||||
*/
|
||||
|
||||
/**
|
||||
* @deprecated 5.0.0 use QROptions::$quality instead
|
||||
* @see \chillerlan\QRCode\QROptions::$quality
|
||||
*/
|
||||
protected int $pngCompression = -1;
|
||||
|
||||
/**
|
||||
* @deprecated 5.0.0 use QROptions::$quality instead
|
||||
* @see \chillerlan\QRCode\QROptions::$quality
|
||||
*/
|
||||
protected int $jpegQuality = 85;
|
||||
|
||||
|
||||
/*
|
||||
* QRImagick settings
|
||||
*/
|
||||
@@ -573,9 +556,11 @@ trait QROptionsTrait{
|
||||
return $this->outputBase64;
|
||||
}
|
||||
|
||||
/*
|
||||
* redirect calls to new/renamed variables
|
||||
*/
|
||||
|
||||
/**
|
||||
* redirect call to the new variable
|
||||
*
|
||||
* @deprecated 5.0.0 use QROptions::$quality instead
|
||||
* @see \chillerlan\QRCode\QROptions::$quality
|
||||
* @codeCoverageIgnore
|
||||
@@ -585,8 +570,6 @@ trait QROptionsTrait{
|
||||
}
|
||||
|
||||
/**
|
||||
* redirect call to the new variable
|
||||
*
|
||||
* @deprecated 5.0.0 use QROptions::$quality instead
|
||||
* @see \chillerlan\QRCode\QROptions::$quality
|
||||
* @codeCoverageIgnore
|
||||
@@ -596,8 +579,6 @@ trait QROptionsTrait{
|
||||
}
|
||||
|
||||
/**
|
||||
* redirect call to the new variable
|
||||
*
|
||||
* @deprecated 5.0.0 use QROptions::$quality instead
|
||||
* @see \chillerlan\QRCode\QROptions::$quality
|
||||
* @codeCoverageIgnore
|
||||
@@ -607,8 +588,6 @@ trait QROptionsTrait{
|
||||
}
|
||||
|
||||
/**
|
||||
* redirect call to the new variable
|
||||
*
|
||||
* @deprecated 5.0.0 use QROptions::$quality instead
|
||||
* @see \chillerlan\QRCode\QROptions::$quality
|
||||
* @codeCoverageIgnore
|
||||
|
||||
Reference in New Issue
Block a user