Skip to content

Commit

Permalink
For php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Nov 24, 2024
1 parent 9157560 commit b03c9ab
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 @@ -201,7 +201,7 @@ public function cookie(?string $name = null, mixed $default = null): mixed
* @param string|null $name
* @return array|null
*/
public function file(?string $name = null)
public function file(?string $name = null): mixed
{
clearstatcache();
if (!empty($this->data['files'])) {
Expand Down

0 comments on commit b03c9ab

Please sign in to comment.