Minor tweaks

main
Jordi Boggiano 4 years ago
parent cc1e91ba8c
commit 2a36c3a70a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -351,7 +351,7 @@
},
"classmap": {
"type": "array",
"description": "This is an array of directories that contain classes to be included in the class-map generation process."
"description": "This is an array of paths that contain classes to be included in the class-map generation process."
},
"files": {
"type": "array",
@ -638,7 +638,7 @@
},
"classmap": {
"type": "array",
"description": "This is an array of directories that contain classes to be included in the class-map generation process."
"description": "This is an array of paths that contain classes to be included in the class-map generation process."
},
"files": {
"type": "array",

@ -220,6 +220,9 @@ class ZipDownloader extends ArchiveDownloader
*
* @param string $file File to extract
* @param string $path Path where to extract file
*
* TODO v3 should make this private once we can drop PHP 5.3 support
* @protected
*/
public function extract(PackageInterface $package, $file, $path)
{

Loading…
Cancel
Save