Skip to content

Commit

Permalink
Update Request.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Mar 28, 2023
1 parent 12fa2d4 commit c5e3d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Protocols/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function cookie(string $name = null, mixed $default = null): mixed
* @param string|null $name
* @return array|null
*/
public function file(string $name = null): ?array
public function file(string $name = null)
{
if (!isset($this->data['files'])) {
$this->parsePost();
Expand Down

0 comments on commit c5e3d91

Please sign in to comment.