Skip to content

Commit 399e0d4

Browse files
committed
Fix PHP CodeSniffer warnings
1 parent 77fa8e6 commit 399e0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BitPaySDK/Model/Settlement/SettlementStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ interface SettlementStatus
2626
public const PROCESSING = "processing";
2727
public const REJECTED = "rejected";
2828
public const COMPLETED = "completed";
29-
}
29+
}

0 commit comments

Comments
 (0)