Skip to content

Commit

Permalink
Fix phpunit static provider
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jun 9, 2024
1 parent 753e964 commit 0aa9644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UploadedFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ public function testCreateUploadedFileWithInvalidUri()
new UploadedFile($stream);
}

public function providerCreateFromGlobals(): array
public static function providerCreateFromGlobals(): array
{
return [
// no nest: <input name="avatar" type="file">
Expand Down

0 comments on commit 0aa9644

Please sign in to comment.