Skip to content

Commit

Permalink
Merge pull request #608 from athlan/patch-1
Browse files Browse the repository at this point in the history
Change Filesystem to FilesystemInterface in File
  • Loading branch information
nicolasmure authored Jun 6, 2019
2 parents 62075d0 + 7d8b731 commit fae35c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Gaufrette/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ class File

/**
* @param string $key
* @param Filesystem $filesystem
* @param FilesystemInterface $filesystem
*/
public function __construct($key, Filesystem $filesystem)
public function __construct($key, FilesystemInterface $filesystem)
{
$this->key = $key;
$this->name = $key;
Expand Down

0 comments on commit fae35c9

Please sign in to comment.