We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49266b1 commit 4360c58Copy full SHA for 4360c58
src/SimpleSoftwareIO/QrCode/BaconQrCodeGenerator.php
@@ -50,7 +50,10 @@ class BaconQrCodeGenerator implements QrCodeInterface
50
protected $imagePercentage = .2;
51
52
/**
53
- * Creates a new QrCodeGenerator with a Writer class and with a SVG renderer set as the default.
+ * BaconQrCodeGenerator constructor.
54
+ *
55
+ * @param Writer|null $writer
56
+ * @param RendererInterface|null $format
57
*/
58
public function __construct(Writer $writer = null, RendererInterface $format = null)
59
{
0 commit comments