From a286d66899dece670ce9adfd6fba7b6f7db3697e Mon Sep 17 00:00:00 2001 From: smiley Date: Tue, 5 Sep 2023 17:58:51 +0200 Subject: [PATCH] :shower: these can be safely removed --- src/QROptionsTrait.php | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/src/QROptionsTrait.php b/src/QROptionsTrait.php index 518f8a74f..eede1abf4 100644 --- a/src/QROptionsTrait.php +++ b/src/QROptionsTrait.php @@ -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