Skip to content

Commit 4940281

Browse files
committed
Fixed missing documentation.
1 parent 6bf0dbf commit 4940281

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Trader.php

+1
Original file line numberDiff line numberDiff line change
@@ -1580,6 +1580,7 @@ public static function log10(array $real): array
15801580
*
15811581
* @param array $real Array of real values.
15821582
* @param null|int $timePeriod Number of period. Valid range from 2 to 100000.
1583+
* @param int $mAType Type of Moving Average. TRADER_MA_TYPE_* series of constants should be used.
15831584
*
15841585
* @return array Returns an array with calculated data or false on failure.
15851586
*/

0 commit comments

Comments
 (0)