Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinArtus committed Oct 30, 2023
1 parent 93de4a6 commit 61390aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gaufrette/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Filesystem implements FilesystemInterface
/**
* Contains File objects created with $this->createFile() method.
*
* @var array
* @var array<string, string|File>
*/
protected array $fileRegister = [];

Expand Down

0 comments on commit 61390aa

Please sign in to comment.