Skip to content

Commit

Permalink
Update src/Gaufrette/Adapter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller authored Oct 27, 2023
1 parent b99b550 commit 826acdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gaufrette/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface Adapter
/**
* Reads the content of the file.
*
* @return string|bool if cannot read content
* @return string|false Returns FALSE in content is not readable
*/
public function read(string $key): string|bool;

Expand Down

0 comments on commit 826acdf

Please sign in to comment.