|
8628 | 8628 | 'Phar::decompressFiles' => ['bool'], |
8629 | 8629 | 'Phar::delete' => ['bool', 'entry'=>'string'], |
8630 | 8630 | 'Phar::delMetadata' => ['bool'], |
8631 | | -'Phar::extractTo' => ['bool', 'pathto'=>'string', 'files='=>'string|array', 'overwrite='=>'bool'], |
| 8631 | +'Phar::extractTo' => ['bool', 'pathto'=>'string', 'files='=>'string|array|null', 'overwrite='=>'bool'], |
8632 | 8632 | 'Phar::getAlias' => ['string'], |
8633 | 8633 | 'Phar::getMetadata' => ['mixed'], |
8634 | 8634 | 'Phar::getModified' => ['bool'], |
|
8679 | 8679 | 'PharData::decompressFiles' => ['bool'], |
8680 | 8680 | 'PharData::delete' => ['bool', 'entry'=>'string'], |
8681 | 8681 | 'PharData::delMetadata' => ['bool'], |
8682 | | -'PharData::extractTo' => ['bool', 'pathto'=>'string', 'files='=>'string|array', 'overwrite='=>'bool'], |
| 8682 | +'PharData::extractTo' => ['bool', 'pathto'=>'string', 'files='=>'string|array|null', 'overwrite='=>'bool'], |
8683 | 8683 | 'PharData::isWritable' => ['bool'], |
8684 | 8684 | 'PharData::offsetGet' => ['PharFileInfo', 'offset'=>'string'], |
8685 | 8685 | 'PharData::offsetSet' => ['', 'offset'=>'string', 'value'=>'string'], |
|
0 commit comments