Skip to content

Commit 3252ea6

Browse files
committed
🚿
1 parent e5ba986 commit 3252ea6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/Appendix/URI-Content.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ A phone number should be prefixed with the `tel:` scheme so that a device's dial
6464
tel:+999-123-456-7890
6565
```
6666

67-
Generally, the most complete version of a telephone number possible sould be used, e.g. `+<country code><area code><number>`, spaces or hyphens may be used to separate blocks.
67+
Generally, the most complete version of a telephone number possible should be used, e.g. `+<country code><area code><number>`, spaces or hyphens may be used to separate blocks.
6868
Some devices may also support the `sms` and `fax` schemes, which are deprecated in favor of `tel`.
6969

7070
**See also:**
@@ -251,6 +251,12 @@ END:VCALENDAR
251251
- [iCalendar generator for PHP (GitHub)](https://github.com/spatie/icalendar-generator)
252252

253253

254+
## SEPA Credit Transfer
255+
256+
- [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)
257+
- [sepa-qr-data library for PHP (GitHub)](https://github.com/smhg/sepa-qr-data-php)
258+
259+
254260
## See also
255261

256262
- [RFC 3986 - Uniform Resource Identifier (URI): Generic Syntax](https://datatracker.ietf.org/doc/html/rfc3986)

tests/Output/QROutputTestAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function setUp():void{
4545

4646
abstract protected function getOutputInterface(
4747
SettingsContainerInterface|QROptions $options,
48-
QRMatrix $matrix
48+
QRMatrix $matrix,
4949
):QROutputInterface;
5050

5151
/**

0 commit comments

Comments
 (0)