Skip to content

Commit b049d8d

Browse files
committed
Closure::bind and bindTo return benevolent union with null
1 parent 09f7c00 commit b049d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -994,8 +994,8 @@
994994
'closelog' => ['bool'],
995995
'Closure::__construct' => ['void'],
996996
'Closure::__invoke' => ['', '...args='=>''],
997-
'Closure::bind' => ['Closure', 'old'=>'Closure', 'to'=>'?object', 'scope='=>'object|string|null'],
998-
'Closure::bindTo' => ['Closure', 'new'=>'?object', 'newscope='=>'object|string|null'],
997+
'Closure::bind' => ['__benevolent<Closure|null>', 'old'=>'Closure', 'to'=>'?object', 'scope='=>'object|string|null'],
998+
'Closure::bindTo' => ['__benevolent<Closure|null>', 'new'=>'?object', 'newscope='=>'object|string|null'],
999999
'Closure::call' => ['', 'to'=>'object', '...parameters='=>''],
10001000
'Closure::fromCallable' => ['Closure', 'callable'=>'callable'],
10011001
'clusterObj::convertToString' => ['string'],

0 commit comments

Comments
 (0)