Browse Source

:octocat: docfix

smiley 8 years ago
parent
commit
f9e7a2eef2

+ 1 - 0
src/Output/QRImageOptions.php

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

+ 1 - 0
src/Output/QRMarkupOptions.php

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

+ 1 - 0
src/Output/QRStringOptions.php

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