Skip to content

Commit 3f7d286

Browse files
committed
Changed beta to betaVolatility avoid conflicts.
1 parent f564eec commit 3f7d286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Trader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public static function bollingerBands(array $real, int $timePeriod = null, float
308308
*
309309
* @return array Returns an array with calculated data or false on failure.
310310
*/
311-
public static function beta(array $real0, array $real1, integer $timePeriod = null): array
311+
public static function betaVolatility(array $real0, array $real1, int $timePeriod = null): array
312312
{
313313
return static::beta($real0, $real1, $timePeriod);
314314
}

0 commit comments

Comments
 (0)