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/wordpres.../vendor_p.../psr/http-cli.../src
File: NetworkExceptionInterface.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace YoastSEO_Vendor\Psr\Http\Client;
[2] Fix | Delete
[3] Fix | Delete
use YoastSEO_Vendor\Psr\Http\Message\RequestInterface;
[4] Fix | Delete
/**
[5] Fix | Delete
* Thrown when the request cannot be completed because of network issues.
[6] Fix | Delete
*
[7] Fix | Delete
* There is no response object as this exception is thrown when no response has been received.
[8] Fix | Delete
*
[9] Fix | Delete
* Example: the target host name can not be resolved or the connection failed.
[10] Fix | Delete
*/
[11] Fix | Delete
interface NetworkExceptionInterface extends \YoastSEO_Vendor\Psr\Http\Client\ClientExceptionInterface
[12] Fix | Delete
{
[13] Fix | Delete
/**
[14] Fix | Delete
* Returns the request.
[15] Fix | Delete
*
[16] Fix | Delete
* The request object MAY be a different object from the one passed to ClientInterface::sendRequest()
[17] Fix | Delete
*
[18] Fix | Delete
* @return RequestInterface
[19] Fix | Delete
*/
[20] Fix | Delete
public function getRequest() : \YoastSEO_Vendor\Psr\Http\Message\RequestInterface;
[21] Fix | Delete
}
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function