Skip to content

Commit 656e966

Browse files
committed
remove useless function comment
1 parent 921425d commit 656e966

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Providers/Qr/BaconQrCodeProvider.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ public function __construct(private int $borderWidth = 4, private string|array $
3333
$this->format = strtolower($this->format);
3434
}
3535

36-
/**
37-
* Standard functions from IQRCodeProvider
38-
*/
3936
public function getMimeType(): string
4037
{
4138
switch ($this->format) {

0 commit comments

Comments
 (0)