Skip to content

Commit 108324d

Browse files
author
Corey McCormick
committed
Fix remaining styleci issue -- for real this time
1 parent 870e381 commit 108324d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DataTypes/BTC.php

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

4242
$properFormat = 'bitcoin:btcaddress?amount=0.0034&label=label&%24message=message&r='.urlencode('https://www.returnaddress.com');

0 commit comments

Comments
 (0)