Skip to content

Commit

Permalink
Remove useless typehints
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Apr 2, 2019
1 parent b813e0f commit 4d8cd68
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/Psr7Request.php
Expand Up @@ -7,10 +7,6 @@
use GuzzleHttp\Psr7\Request;
use Psr\Http\Message\RequestInterface;

/**
* @method static withAttribute($name, $value)
* @method static withHeader($header, $value)
*/
class Psr7Request extends Request
{

Expand Down
3 changes: 0 additions & 3 deletions src/Psr7Response.php
Expand Up @@ -7,9 +7,6 @@
use GuzzleHttp\Psr7\Response;
use Psr\Http\Message\ResponseInterface;

/**
* @method static withHeader($header, $value)
*/
class Psr7Response extends Response
{

Expand Down
1 change: 0 additions & 1 deletion src/Psr7ServerRequest.php
Expand Up @@ -12,7 +12,6 @@

/**
* @method Psr7UploadedFile[] getUploadedFiles()
* @method static withHeader($header, $value)
*/
class Psr7ServerRequest extends ServerRequest
{
Expand Down

0 comments on commit 4d8cd68

Please sign in to comment.