$files[] = $file['path'];
}
return $files;
}
/**
* {@inheritdoc}
*/
public function createDir($dirname)
{
return $this->filesystem->createDir($dirname);
}
/**
* Migrates a file to the new strategy if it's not present
*
* @internal
*
* @param string $path
*/
public function migrateFile($path)
{