Skip to content

Commit

Permalink
Non-final builder
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Mar 15, 2021
1 parent 813f1eb commit 2e7f920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use Endroid\QrCode\Writer\ValidatingWriterInterface;
use Endroid\QrCode\Writer\WriterInterface;

final class Builder implements BuilderInterface
class Builder implements BuilderInterface
{
/** @var array<mixed> */
private $options;
Expand Down

0 comments on commit 2e7f920

Please sign in to comment.