Skip to content

Commit a286d66

Browse files
committed
🚿 these can be safely removed
1 parent b9b1e1f commit a286d66

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

src/QROptionsTrait.php

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -282,23 +282,6 @@ trait QROptionsTrait{
282282
protected int $quality = -1;
283283

284284

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-
302285
/*
303286
* QRImagick settings
304287
*/
@@ -573,9 +556,11 @@ protected function get_imageBase64():bool{
573556
return $this->outputBase64;
574557
}
575558

559+
/*
560+
* redirect calls to new/renamed variables
561+
*/
562+
576563
/**
577-
* redirect call to the new variable
578-
*
579564
* @deprecated 5.0.0 use QROptions::$quality instead
580565
* @see \chillerlan\QRCode\QROptions::$quality
581566
* @codeCoverageIgnore
@@ -585,8 +570,6 @@ protected function set_jpegQuality(int $jpegQuality):void{
585570
}
586571

587572
/**
588-
* redirect call to the new variable
589-
*
590573
* @deprecated 5.0.0 use QROptions::$quality instead
591574
* @see \chillerlan\QRCode\QROptions::$quality
592575
* @codeCoverageIgnore
@@ -596,8 +579,6 @@ protected function get_jpegQuality():int{
596579
}
597580

598581
/**
599-
* redirect call to the new variable
600-
*
601582
* @deprecated 5.0.0 use QROptions::$quality instead
602583
* @see \chillerlan\QRCode\QROptions::$quality
603584
* @codeCoverageIgnore
@@ -607,8 +588,6 @@ protected function set_pngCompression(int $pngCompression):void{
607588
}
608589

609590
/**
610-
* redirect call to the new variable
611-
*
612591
* @deprecated 5.0.0 use QROptions::$quality instead
613592
* @see \chillerlan\QRCode\QROptions::$quality
614593
* @codeCoverageIgnore

0 commit comments

Comments
 (0)