🚿 QRMatrix: quiet zone creation rework

This commit is contained in:
smiley
2022-07-12 19:53:52 +02:00
parent 60735bafc2
commit 605dc4b1aa
3 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ final class BitMatrix extends QRMatrix{
* @codeCoverageIgnore
* @throws \chillerlan\QRCode\Data\QRCodeDataException
*/
public function setQuietZone(int $size = null):self{
public function setQuietZone(int $quietZoneSize = null):self{
throw new QRCodeDataException('not supported');
}