Skip to content

Commit 870e381

Browse files
author
Corey McCormick
committed
Fix remaining styleci issue
1 parent cb4851c commit 870e381

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SimpleSoftwareIO/QrCode/DataTypes/BTC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ protected function buildBitCoinString()
124124
'amount' => $this->amount,
125125
'label' => $this->label,
126126
'$message' => $this->message,
127-
'r' => $this->returnAddress
127+
'r' => $this->returnAddress,
128128
]);
129129

130130
$btc = $this->prefix.$this->address.'?'.$query;

tests/DataTypes/BTC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function test_it_generates_a_valid_btc_qrcode_with_an_address_amount_labe
3535
[
3636
'label' => 'label',
3737
'message' => 'message',
38-
'returnAddress' => 'https://www.returnaddress.com'
38+
'returnAddress' => 'https://www.returnaddress.com',
3939
]
4040
]);
4141

0 commit comments

Comments
 (0)