Minor tweaks
parent
cc1e91ba8c
commit
2a36c3a70a
|
@ -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",
|
||||||
|
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue