Skip to content

Commit

Permalink
fix PharData::offsetGet return type
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan authored and ondrejmirtes committed Jun 10, 2020
1 parent 988cea9 commit 3a2a666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Reflection/SignatureMap/functionMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8682,6 +8682,7 @@
'PharData::delMetadata' => ['bool'],
'PharData::extractTo' => ['bool', 'pathto'=>'string', 'files='=>'string|array', 'overwrite='=>'bool'],
'PharData::isWritable' => ['bool'],
'PharData::offsetGet' => ['PharFileInfo', 'offset'=>'string'],
'PharData::offsetSet' => ['', 'offset'=>'string', 'value'=>'string'],
'PharData::offsetUnset' => ['bool', 'offset'=>'string'],
'PharData::setAlias' => ['bool', 'alias'=>'string'],
Expand Down

0 comments on commit 3a2a666

Please sign in to comment.