Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wpforms-.../vendor_p.../stripe/stripe-p.../lib
File: Balance.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// File generated from our OpenAPI spec
[2] Fix | Delete
namespace WPForms\Vendor\Stripe;
[3] Fix | Delete
[4] Fix | Delete
/**
[5] Fix | Delete
* This is an object representing your Stripe balance. You can retrieve it to see
[6] Fix | Delete
* the balance currently on your Stripe account.
[7] Fix | Delete
*
[8] Fix | Delete
* You can also retrieve the balance history, which contains a list of
[9] Fix | Delete
* <a href="https://stripe.com/docs/reporting/balance-transaction-types">transactions</a> that contributed to the balance
[10] Fix | Delete
* (charges, payouts, and so forth).
[11] Fix | Delete
*
[12] Fix | Delete
* The available and pending amounts for each currency are broken down further by
[13] Fix | Delete
* payment source types.
[14] Fix | Delete
*
[15] Fix | Delete
* Related guide: <a href="https://stripe.com/docs/connect/account-balances">Understanding Connect account balances</a>
[16] Fix | Delete
*
[17] Fix | Delete
* @property string $object String representing the object's type. Objects of the same type share the same value.
[18] Fix | Delete
* @property \Stripe\StripeObject[] $available Available funds that you can transfer or pay out automatically by Stripe or explicitly through the <a href="https://stripe.com/docs/api#transfers">Transfers API</a> or <a href="https://stripe.com/docs/api#payouts">Payouts API</a>. You can find the available balance for each currency and payment type in the <code>source_types</code> property.
[19] Fix | Delete
* @property null|\Stripe\StripeObject[] $connect_reserved Funds held due to negative balances on connected Custom accounts. You can find the connect reserve balance for each currency and payment type in the <code>source_types</code> property.
[20] Fix | Delete
* @property null|\Stripe\StripeObject[] $instant_available Funds that you can pay out using Instant Payouts.
[21] Fix | Delete
* @property null|\Stripe\StripeObject $issuing
[22] Fix | Delete
* @property bool $livemode Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode.
[23] Fix | Delete
* @property \Stripe\StripeObject[] $pending Funds that aren't available in the balance yet. You can find the pending balance for each currency and each payment type in the <code>source_types</code> property.
[24] Fix | Delete
*/
[25] Fix | Delete
class Balance extends SingletonApiResource
[26] Fix | Delete
{
[27] Fix | Delete
const OBJECT_NAME = 'balance';
[28] Fix | Delete
use ApiOperations\SingletonRetrieve;
[29] Fix | Delete
}
[30] Fix | Delete
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function