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: BaseStripeClientInterface.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace WPForms\Vendor\Stripe;
[2] Fix | Delete
[3] Fix | Delete
/**
[4] Fix | Delete
* Interface for a Stripe client.
[5] Fix | Delete
*/
[6] Fix | Delete
interface BaseStripeClientInterface
[7] Fix | Delete
{
[8] Fix | Delete
/**
[9] Fix | Delete
* Gets the API key used by the client to send requests.
[10] Fix | Delete
*
[11] Fix | Delete
* @return null|string the API key used by the client to send requests
[12] Fix | Delete
*/
[13] Fix | Delete
public function getApiKey();
[14] Fix | Delete
/**
[15] Fix | Delete
* Gets the client ID used by the client in OAuth requests.
[16] Fix | Delete
*
[17] Fix | Delete
* @return null|string the client ID used by the client in OAuth requests
[18] Fix | Delete
*/
[19] Fix | Delete
public function getClientId();
[20] Fix | Delete
/**
[21] Fix | Delete
* Gets the base URL for Stripe's API.
[22] Fix | Delete
*
[23] Fix | Delete
* @return string the base URL for Stripe's API
[24] Fix | Delete
*/
[25] Fix | Delete
public function getApiBase();
[26] Fix | Delete
/**
[27] Fix | Delete
* Gets the base URL for Stripe's OAuth API.
[28] Fix | Delete
*
[29] Fix | Delete
* @return string the base URL for Stripe's OAuth API
[30] Fix | Delete
*/
[31] Fix | Delete
public function getConnectBase();
[32] Fix | Delete
/**
[33] Fix | Delete
* Gets the base URL for Stripe's Files API.
[34] Fix | Delete
*
[35] Fix | Delete
* @return string the base URL for Stripe's Files API
[36] Fix | Delete
*/
[37] Fix | Delete
public function getFilesBase();
[38] Fix | Delete
}
[39] Fix | Delete
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function