From e686f09f940493545752974e400f37aba74c5886 Mon Sep 17 00:00:00 2001 From: Manuel Reinhard Date: Wed, 15 May 2024 15:25:16 +0200 Subject: [PATCH] Fix comment --- src/QrCode/QrCode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QrCode/QrCode.php b/src/QrCode/QrCode.php index d80f3a6..75313aa 100644 --- a/src/QrCode/QrCode.php +++ b/src/QrCode/QrCode.php @@ -112,7 +112,7 @@ public function getText(): string * However, for some unknown reason this inflates the filze size of invoices created with TcPdfOutput, even though * the file size of the qr code becomes smaller. * In endroid/qr-code 5.0.9, an option was added to create SVGs in the "old style" again, using elements. - * This new style is what we want to use for TcPdfOutput, if available. + * This is what we want to use for TcPdfOutput, if available. * * @link https://github.com/sprain/php-swiss-qr-bill/issues/249 * @link https://github.com/endroid/qr-code/commit/3dcdfab4c9122874f3915d8bf80a43b9df11852d