We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6bf4c commit d3814e6Copy full SHA for d3814e6
src/FileFetcher.php
@@ -28,8 +28,25 @@ class FileFetcher {
28
*/
29
protected $progress;
30
31
+ /**
32
+ * @var string
33
+ *
34
+ * The source url pattern.
35
+ */
36
protected $source;
37
+
38
39
+ * @var array
40
41
+ * A list of filename to fetch.
42
43
protected $filenames;
44
45
46
+ * @var \Composer\Util\Filesystem
47
48
+ * The local filesystem.
49
50
protected $fs;
51
52
/**
0 commit comments