remove useless function comment

This commit is contained in:
Nicolas CARPi
2022-12-29 13:43:52 +01:00
parent 921425d0ff
commit 656e966cdf
-3
View File
@@ -33,9 +33,6 @@ class BaconQrCodeProvider implements IQRCodeProvider
$this->format = strtolower($this->format);
}
/**
* Standard functions from IQRCodeProvider
*/
public function getMimeType(): string
{
switch ($this->format) {