*/ interface FileFactory { /** * Creates a new File instance and returns it. * * @param string $key * @param Filesystem $filesystem * * @return File */ public function createFile($key, Filesystem $filesystem); }