1
0
Fork 0

Minor tweaks

pull/9214/head
Jordi Boggiano 2020-09-21 13:19:30 +02:00
parent cc1e91ba8c
commit 2a36c3a70a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
2 changed files with 5 additions and 2 deletions

View File

@ -351,7 +351,7 @@
}, },
"classmap": { "classmap": {
"type": "array", "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": { "files": {
"type": "array", "type": "array",
@ -638,7 +638,7 @@
}, },
"classmap": { "classmap": {
"type": "array", "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": { "files": {
"type": "array", "type": "array",

View File

@ -220,6 +220,9 @@ class ZipDownloader extends ArchiveDownloader
* *
* @param string $file File to extract * @param string $file File to extract
* @param string $path Path where to extract file * @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) public function extract(PackageInterface $package, $file, $path)
{ {