Skip to content

Commit

Permalink
Update MessageInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
localzet committed Jul 25, 2023
1 parent 6737e08 commit 42fbb1b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/Http/Message/MessageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,7 @@ public function rawHead(): string;
* @return string
*/
public function rawBody(): string;

/**
* Get upload files.
*
* @param string|null $name
* @return array|null
*/
public function file(string $name = null): ?array;


/**
* Get raw buffer.
*
Expand Down

0 comments on commit 42fbb1b

Please sign in to comment.