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: StripeClientInterface.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 StripeClientInterface extends BaseStripeClientInterface
[7] Fix | Delete
{
[8] Fix | Delete
/**
[9] Fix | Delete
* Sends a request to Stripe's API.
[10] Fix | Delete
*
[11] Fix | Delete
* @param 'delete'|'get'|'post' $method the HTTP method
[12] Fix | Delete
* @param string $path the path of the request
[13] Fix | Delete
* @param array $params the parameters of the request
[14] Fix | Delete
* @param array|\Stripe\Util\RequestOptions $opts the special modifiers of the request
[15] Fix | Delete
*
[16] Fix | Delete
* @return \Stripe\StripeObject the object returned by Stripe's API
[17] Fix | Delete
*/
[18] Fix | Delete
public function request($method, $path, $params, $opts);
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function