From 3252ea6faaa08d33af0cf26390d17c17b8611494 Mon Sep 17 00:00:00 2001 From: smiley Date: Thu, 7 Mar 2024 00:15:22 +0100 Subject: [PATCH] :shower: --- docs/Appendix/URI-Content.md | 8 +++++++- tests/Output/QROutputTestAbstract.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/Appendix/URI-Content.md b/docs/Appendix/URI-Content.md index 3d95e5cb0..3408acbf5 100644 --- a/docs/Appendix/URI-Content.md +++ b/docs/Appendix/URI-Content.md @@ -64,7 +64,7 @@ A phone number should be prefixed with the `tel:` scheme so that a device's dial tel:+999-123-456-7890 ``` -Generally, the most complete version of a telephone number possible sould be used, e.g. `+`, spaces or hyphens may be used to separate blocks. +Generally, the most complete version of a telephone number possible should be used, e.g. `+`, spaces or hyphens may be used to separate blocks. Some devices may also support the `sms` and `fax` schemes, which are deprecated in favor of `tel`. **See also:** @@ -251,6 +251,12 @@ END:VCALENDAR - [iCalendar generator for PHP (GitHub)](https://github.com/spatie/icalendar-generator) +## SEPA Credit Transfer + +- [Guidelines to Enable the Data Capture for the Initiation of a SEPA Credit Transfer](https://www.europeanpaymentscouncil.eu/document-library/guidance-documents/quick-response-code-guidelines-enable-data-capture-initiation) +- [sepa-qr-data library for PHP (GitHub)](https://github.com/smhg/sepa-qr-data-php) + + ## See also - [RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax](https://datatracker.ietf.org/doc/html/rfc3986) diff --git a/tests/Output/QROutputTestAbstract.php b/tests/Output/QROutputTestAbstract.php index 814336745..64763a338 100644 --- a/tests/Output/QROutputTestAbstract.php +++ b/tests/Output/QROutputTestAbstract.php @@ -45,7 +45,7 @@ abstract class QROutputTestAbstract extends TestCase{ abstract protected function getOutputInterface( SettingsContainerInterface|QROptions $options, - QRMatrix $matrix + QRMatrix $matrix, ):QROutputInterface; /**