Просмотр исходного кода

:shower: these can be safely removed

smiley 2 лет назад
Родитель
Сommit
a286d66899
1 измененных файлов с 4 добавлено и 25 удалено
  1. 4 25
      src/QROptionsTrait.php

+ 4 - 25
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