Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 27, 2021
1 parent fbf7e00 commit 5ac7ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QrPayment.php
Expand Up @@ -164,7 +164,7 @@ public function getQrImage(): QrCode
if (!$code instanceof EndroidQrCode3) {
throw new MissingLibraryException('Error: library endroid/qr-code is not loaded or is not a 3.x version. For newer versions please use method getQrCode()');
}
// @codeCoverageIgnoreStart
// @codeCoverageIgnoreStart
} catch (NoProviderFoundException $e) {
throw new MissingLibraryException('Error: library endroid/qr-code is not loaded.');
// @codeCoverageIgnoreEnd
Expand Down

0 comments on commit 5ac7ace

Please sign in to comment.