Skip to content

Commit a62b71e

Browse files
Seldaekondrejmirtes
authored andcommitted
Fix Phar/PharData::extractTo type information
1 parent 92aaf3f commit a62b71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8628,7 +8628,7 @@
86288628
'Phar::decompressFiles' => ['bool'],
86298629
'Phar::delete' => ['bool', 'entry'=>'string'],
86308630
'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'],
86328632
'Phar::getAlias' => ['string'],
86338633
'Phar::getMetadata' => ['mixed'],
86348634
'Phar::getModified' => ['bool'],
@@ -8679,7 +8679,7 @@
86798679
'PharData::decompressFiles' => ['bool'],
86808680
'PharData::delete' => ['bool', 'entry'=>'string'],
86818681
'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'],
86838683
'PharData::isWritable' => ['bool'],
86848684
'PharData::offsetGet' => ['PharFileInfo', 'offset'=>'string'],
86858685
'PharData::offsetSet' => ['', 'offset'=>'string', 'value'=>'string'],

0 commit comments

Comments
 (0)