Skip to content

Commit 3a2a666

Browse files
gharlanondrejmirtes
authored andcommitted
fix PharData::offsetGet return type
1 parent 988cea9 commit 3a2a666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Reflection/SignatureMap/functionMap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8682,6 +8682,7 @@
86828682
'PharData::delMetadata' => ['bool'],
86838683
'PharData::extractTo' => ['bool', 'pathto'=>'string', 'files='=>'string|array', 'overwrite='=>'bool'],
86848684
'PharData::isWritable' => ['bool'],
8685+
'PharData::offsetGet' => ['PharFileInfo', 'offset'=>'string'],
86858686
'PharData::offsetSet' => ['', 'offset'=>'string', 'value'=>'string'],
86868687
'PharData::offsetUnset' => ['bool', 'offset'=>'string'],
86878688
'PharData::setAlias' => ['bool', 'alias'=>'string'],

0 commit comments

Comments
 (0)