:octocat: docfix

This commit is contained in:
smiley
2017-10-25 05:49:01 +02:00
parent 0b9aa86bdd
commit f9e7a2eef2
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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
View File
@@ -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
View File
@@ -15,6 +15,7 @@ namespace chillerlan\QRCode\Output;
use chillerlan\QRCode\QRCode;
/**
* @property string $type
* @property string $textDark
* @property string $textLight
*/