smiley 8 лет назад
Родитель
Сommit
f9e7a2eef2
3 измененных файлов с 3 добавлено и 0 удалено
  1. 1 0
      src/Output/QRImageOptions.php
  2. 1 0
      src/Output/QRMarkupOptions.php
  3. 1 0
      src/Output/QRStringOptions.php

+ 1 - 0
src/Output/QRImageOptions.php

@@ -15,6 +15,7 @@ namespace chillerlan\QRCode\Output;
 use chillerlan\QRCode\QRCode;
 
 /**
+ * @property string $type
  * @property bool $base64
  * @property int  $pixelSize
  * @property int  $marginSize

+ 1 - 0
src/Output/QRMarkupOptions.php

@@ -15,6 +15,7 @@ namespace chillerlan\QRCode\Output;
 use chillerlan\QRCode\QRCode;
 
 /**
+ * @property string $type
  * @property string $htmlRowTag
  * @property bool   $htmlOmitEndTag
  * @property string $fgColor

+ 1 - 0
src/Output/QRStringOptions.php

@@ -15,6 +15,7 @@ namespace chillerlan\QRCode\Output;
 use chillerlan\QRCode\QRCode;
 
 /**
+ * @property string $type
  * @property string $textDark
  * @property string $textLight
  */