Skip to content

Commit 4d8cd68

Browse files
committed
Remove useless typehints
1 parent b813e0f commit 4d8cd68

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

src/Psr7Request.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
use GuzzleHttp\Psr7\Request;
88
use Psr\Http\Message\RequestInterface;
99

10-
/**
11-
* @method static withAttribute($name, $value)
12-
* @method static withHeader($header, $value)
13-
*/
1410
class Psr7Request extends Request
1511
{
1612

src/Psr7Response.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
use GuzzleHttp\Psr7\Response;
88
use Psr\Http\Message\ResponseInterface;
99

10-
/**
11-
* @method static withHeader($header, $value)
12-
*/
1310
class Psr7Response extends Response
1411
{
1512

src/Psr7ServerRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
/**
1414
* @method Psr7UploadedFile[] getUploadedFiles()
15-
* @method static withHeader($header, $value)
1615
*/
1716
class Psr7ServerRequest extends ServerRequest
1817
{

0 commit comments

Comments
 (0)