Skip to content

Commit ae69a5a

Browse files
committed
🚿 PHPStorm can finally resolve these!
1 parent 5527ba3 commit ae69a5a

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

src/QROptions.php

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -14,48 +14,6 @@
1414

1515
/**
1616
* The QRCode settings container
17-
*
18-
* @property int $version
19-
* @property int $versionMin
20-
* @property int $versionMax
21-
* @property int $eccLevel
22-
* @property int $maskPattern
23-
* @property bool $addQuietzone
24-
* @property int $quietzoneSize
25-
* @property string $outputType
26-
* @property string|null $outputInterface
27-
* @property string|null $cachefile
28-
* @property string $eol
29-
* @property int $scale
30-
* @property string $cssClass
31-
* @property float $svgOpacity
32-
* @property string $svgDefs
33-
* @property int $svgViewBoxSize
34-
* @property string $svgPreserveAspectRatio
35-
* @property string $svgWidth
36-
* @property string $svgHeight
37-
* @property bool $svgConnectPaths
38-
* @property array $svgExcludeFromConnect
39-
* @property bool $svgDrawCircularModules
40-
* @property float $svgCircleRadius
41-
* @property array $svgKeepAsSquare
42-
* @property string $textDark
43-
* @property string $textLight
44-
* @property string $markupDark
45-
* @property string $markupLight
46-
* @property bool $returnResource
47-
* @property bool $imageBase64
48-
* @property bool $imageTransparent
49-
* @property array $imageTransparencyBG
50-
* @property int $pngCompression
51-
* @property int $jpegQuality
52-
* @property string $imagickFormat
53-
* @property string|null $imagickBG
54-
* @property string $fpdfMeasureUnit
55-
* @property array|null $moduleValues
56-
* @property bool $readerUseImagickIfAvailable
57-
* @property bool $readerGrayscale
58-
* @property bool $readerIncreaseContrast
5917
*/
6018
class QROptions extends SettingsContainerAbstract{
6119
use QROptionsTrait;

0 commit comments

Comments
 (0)