Skip to content

Commit

Permalink
Fix typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Nov 5, 2020
1 parent 21a29a6 commit 4882831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataGroup/Element/PaymentReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PaymentReference implements GroupSequenceProviderInterface, QrCodeableInte
* Structured reference number
* Either a QR reference or a Creditor Reference (ISO 11649)
*
* @var string
* @var string|null
*/
private $reference;

Expand Down

0 comments on commit 4882831

Please sign in to comment.