Skip to content

Commit

Permalink
Update src/Gaufrette/File.php
Browse files Browse the repository at this point in the history
Co-authored-by: Kévin <[email protected]>
  • Loading branch information
PedroTroller and KevinArtus authored Oct 30, 2023
1 parent 69437b9 commit b905923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gaufrette/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function getKey(): string
*
* @param array $metadata optional metadata which should be set when read
*/
public function getContent($metadata = []): string
public function getContent(array $metadata = []): string
{
if (isset($this->content)) {
return $this->content;
Expand Down

0 comments on commit b905923

Please sign in to comment.