Skip to content

Commit 5ec1a78

Browse files
committed
Merge remote-tracking branch 'origin/1.12.x' into 2.0.x
2 parents a2eddcc + b049d8d commit 5ec1a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap.php

Lines changed: 2 additions & 2 deletions
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|class-string|\'static\'|null'],
998-
'Closure::bindTo' => ['Closure', 'new'=>'?object', 'newscope='=>'object|class-string|\'static\'|null'],
997+
'Closure::bind' => ['__benevolent<Closure|null>', 'old'=>'Closure', 'to'=>'?object', 'scope='=>'object|class-string|\'static\'|null'],
998+
'Closure::bindTo' => ['__benevolent<Closure|null>', 'new'=>'?object', 'newscope='=>'object|class-string|\'static\'|null'],
999999
'Closure::call' => ['', 'to'=>'object', '...parameters='=>''],
10001000
'Closure::fromCallable' => ['Closure', 'callable'=>'callable'],
10011001
'clusterObj::convertToString' => ['string'],

0 commit comments

Comments
 (0)