Skip to content

Commit 4360c58

Browse files
author
Corey McCormick
committed
Fix docblock
1 parent 49266b1 commit 4360c58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/SimpleSoftwareIO/QrCode/BaconQrCodeGenerator.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ class BaconQrCodeGenerator implements QrCodeInterface
5050
protected $imagePercentage = .2;
5151

5252
/**
53-
* Creates a new QrCodeGenerator with a Writer class and with a SVG renderer set as the default.
53+
* BaconQrCodeGenerator constructor.
54+
*
55+
* @param Writer|null $writer
56+
* @param RendererInterface|null $format
5457
*/
5558
public function __construct(Writer $writer = null, RendererInterface $format = null)
5659
{

0 commit comments

Comments
 (0)