smiley vor 3 Jahren
Ursprung
Commit
4e077e3f97
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/QROptionsTrait.php

+ 2 - 0
src/QROptionsTrait.php

@@ -62,6 +62,8 @@ trait QROptionsTrait{
 
 	/**
 	 * Add a "quiet zone" (margin) according to the QR code spec
+	 *
+	 * @see https://www.qrcode.com/en/howto/code.html
 	 */
 	protected bool $addQuietzone = true;