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-fac.../src
File: ServerRequestFactoryInterface.php
<?php
[0] Fix | Delete
[1] Fix | Delete
namespace YoastSEO_Vendor\Psr\Http\Message;
[2] Fix | Delete
[3] Fix | Delete
interface ServerRequestFactoryInterface
[4] Fix | Delete
{
[5] Fix | Delete
/**
[6] Fix | Delete
* Create a new server request.
[7] Fix | Delete
*
[8] Fix | Delete
* Note that server-params are taken precisely as given - no parsing/processing
[9] Fix | Delete
* of the given values is performed, and, in particular, no attempt is made to
[10] Fix | Delete
* determine the HTTP method or URI, which must be provided explicitly.
[11] Fix | Delete
*
[12] Fix | Delete
* @param string $method The HTTP method associated with the request.
[13] Fix | Delete
* @param UriInterface|string $uri The URI associated with the request. If
[14] Fix | Delete
* the value is a string, the factory MUST create a UriInterface
[15] Fix | Delete
* instance based on it.
[16] Fix | Delete
* @param array $serverParams Array of SAPI parameters with which to seed
[17] Fix | Delete
* the generated request instance.
[18] Fix | Delete
*
[19] Fix | Delete
* @return ServerRequestInterface
[20] Fix | Delete
*/
[21] Fix | Delete
public function createServerRequest(string $method, $uri, array $serverParams = []) : \YoastSEO_Vendor\Psr\Http\Message\ServerRequestInterface;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function