@@ -282,23 +282,6 @@ trait QROptionsTrait{
282
282
protected int $ quality = -1 ;
283
283
284
284
285
- /*
286
- * QRGdImage settings
287
- */
288
-
289
- /**
290
- * @deprecated 5.0.0 use QROptions::$quality instead
291
- * @see \chillerlan\QRCode\QROptions::$quality
292
- */
293
- protected int $ pngCompression = -1 ;
294
-
295
- /**
296
- * @deprecated 5.0.0 use QROptions::$quality instead
297
- * @see \chillerlan\QRCode\QROptions::$quality
298
- */
299
- protected int $ jpegQuality = 85 ;
300
-
301
-
302
285
/*
303
286
* QRImagick settings
304
287
*/
@@ -573,9 +556,11 @@ protected function get_imageBase64():bool{
573
556
return $ this ->outputBase64 ;
574
557
}
575
558
559
+ /*
560
+ * redirect calls to new/renamed variables
561
+ */
562
+
576
563
/**
577
- * redirect call to the new variable
578
- *
579
564
* @deprecated 5.0.0 use QROptions::$quality instead
580
565
* @see \chillerlan\QRCode\QROptions::$quality
581
566
* @codeCoverageIgnore
@@ -585,8 +570,6 @@ protected function set_jpegQuality(int $jpegQuality):void{
585
570
}
586
571
587
572
/**
588
- * redirect call to the new variable
589
- *
590
573
* @deprecated 5.0.0 use QROptions::$quality instead
591
574
* @see \chillerlan\QRCode\QROptions::$quality
592
575
* @codeCoverageIgnore
@@ -596,8 +579,6 @@ protected function get_jpegQuality():int{
596
579
}
597
580
598
581
/**
599
- * redirect call to the new variable
600
- *
601
582
* @deprecated 5.0.0 use QROptions::$quality instead
602
583
* @see \chillerlan\QRCode\QROptions::$quality
603
584
* @codeCoverageIgnore
@@ -607,8 +588,6 @@ protected function set_pngCompression(int $pngCompression):void{
607
588
}
608
589
609
590
/**
610
- * redirect call to the new variable
611
- *
612
591
* @deprecated 5.0.0 use QROptions::$quality instead
613
592
* @see \chillerlan\QRCode\QROptions::$quality
614
593
* @codeCoverageIgnore
0 commit comments