We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b813e0f commit 4d8cd68Copy full SHA for 4d8cd68
src/Psr7Request.php
@@ -7,10 +7,6 @@
7
use GuzzleHttp\Psr7\Request;
8
use Psr\Http\Message\RequestInterface;
9
10
-/**
11
- * @method static withAttribute($name, $value)
12
- * @method static withHeader($header, $value)
13
- */
14
class Psr7Request extends Request
15
{
16
src/Psr7Response.php
@@ -7,9 +7,6 @@
use GuzzleHttp\Psr7\Response;
use Psr\Http\Message\ResponseInterface;
class Psr7Response extends Response
src/Psr7ServerRequest.php
@@ -12,7 +12,6 @@
/**
* @method Psr7UploadedFile[] getUploadedFiles()
*/
17
class Psr7ServerRequest extends ServerRequest
18
0 commit comments