Skip to content

Commit abfb5be

Browse files
authored
Fix XMLReader::open() return type
1 parent c1f7aaf commit abfb5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13060,7 +13060,7 @@
1306013060
'XMLReader::moveToFirstAttribute' => ['bool'],
1306113061
'XMLReader::moveToNextAttribute' => ['bool'],
1306213062
'XMLReader::next' => ['bool', 'localname='=>'string'],
13063-
'XMLReader::open' => ['bool', 'uri'=>'string', 'encoding='=>'?string', 'options='=>'int'],
13063+
'XMLReader::open' => ['bool|XMLReader', 'uri'=>'string', 'encoding='=>'?string', 'options='=>'int'],
1306413064
'XMLReader::read' => ['bool'],
1306513065
'XMLReader::readInnerXML' => ['string'],
1306613066
'XMLReader::readOuterXML' => ['string'],

0 commit comments

Comments
 (0)