-
Notifications
You must be signed in to change notification settings - Fork 497
Open
Description
Hi ;
simply trying to instantiate this lib on PHP 8.4 fails :
composer require "jaggedsoft/php-binance-api @dev"
$api = new API();
Binance\API::orders(): Implicitly marking parameter $fromOrderId as nullable is deprecated, the explicit nullable type must be used instead
[vendor/jaggedsoft/php-binance-api/php-binance-api.php:610]
line 610 should have the ?int :
public function orders(string $symbol, ?int $limit = null, ?int $fromOrderId = null, array $params = [])
same for rollingWindowPriceChange and replaceOrder
Metadata
Metadata
Assignees
Labels
No labels