Skip to content

Commit cd9bcba

Browse files
author
Michael Paler
committed
Fix coding standards.
gh-7
1 parent 3d29da1 commit cd9bcba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PoloniexAPITrading.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ public function returnOrderTrades($orderNumber) {
186186
* Returns the status of a given order, specified by the "orderNumber" POST
187187
* parameter. If the specified orderNumber is not open, or it is not yours,
188188
* you will receive an error.
189-
*
189+
*
190190
* Note that returnOrderStatus, in concert with returnOrderTrades, can be
191191
* used to determine various status information about an order:
192-
*
192+
*
193193
* - If returnOrderStatus returns status: "Open", the order is fully open.
194194
* - If returnOrderStatus returns status: "Partially filled", the order is
195195
* partially filled, and returnOrderTrades may be used to find the list

0 commit comments

Comments
 (0)