File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ protected function get_imageBase64():bool{
580
580
* @see \chillerlan\QRCode\QROptions::$quality
581
581
* @codeCoverageIgnore
582
582
*/
583
- protected function set_jpegQuality (bool $ jpegQuality ):void {
583
+ protected function set_jpegQuality (int $ jpegQuality ):void {
584
584
$ this ->quality = $ jpegQuality ;
585
585
}
586
586
@@ -591,7 +591,7 @@ protected function set_jpegQuality(bool $jpegQuality):void{
591
591
* @see \chillerlan\QRCode\QROptions::$quality
592
592
* @codeCoverageIgnore
593
593
*/
594
- protected function get_jpegQuality ():bool {
594
+ protected function get_jpegQuality ():int {
595
595
return $ this ->quality ;
596
596
}
597
597
@@ -602,7 +602,7 @@ protected function get_jpegQuality():bool{
602
602
* @see \chillerlan\QRCode\QROptions::$quality
603
603
* @codeCoverageIgnore
604
604
*/
605
- protected function set_pngCompression (bool $ pngCompression ):void {
605
+ protected function set_pngCompression (int $ pngCompression ):void {
606
606
$ this ->quality = $ pngCompression ;
607
607
}
608
608
@@ -613,7 +613,7 @@ protected function set_pngCompression(bool $pngCompression):void{
613
613
* @see \chillerlan\QRCode\QROptions::$quality
614
614
* @codeCoverageIgnore
615
615
*/
616
- protected function get_pngCompression ():bool {
616
+ protected function get_pngCompression ():int {
617
617
return $ this ->quality ;
618
618
}
619
619
You can’t perform that action at this time.
0 commit comments