Skip to content

Commit d3bc3e3

Browse files
Update functionMap.php for SplFileInfo::getPathInfo return type
Co-authored-by: Ondřej Mirtes <ondrej@mirtes.cz>
1 parent e53d7ee commit d3bc3e3

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
@@ -11556,7 +11556,7 @@
1155611556
'SplFileInfo::getMTime' => ['__benevolent<int|false>'],
1155711557
'SplFileInfo::getOwner' => ['__benevolent<int|false>'],
1155811558
'SplFileInfo::getPath' => ['string'],
11559-
'SplFileInfo::getPathInfo' => ['SplFileInfo', 'class_name='=>'string'],
11559+
'SplFileInfo::getPathInfo' => ['__benevolent<SplFileInfo|null>', 'class_name='=>'string'],
1156011560
'SplFileInfo::getPathname' => ['string'],
1156111561
'SplFileInfo::getPerms' => ['__benevolent<int|false>'],
1156211562
'SplFileInfo::getRealPath' => ['__benevolent<string|false>'],

0 commit comments

Comments
 (0)