mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 14:57:53 +00:00
🚿 QRMatrix: quiet zone creation rework
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user