Fixed Closure::call() parameter name

This commit is contained in:
Jaroslav Hanslík 2019-05-09 21:55:38 +02:00
parent 9363654443
commit a9d2fcc389
No known key found for this signature in database
GPG Key ID: B87C715C3401EB66
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ final class Closure {
* @return mixed
* @since 7.0
*/
function call ($newThis, ...$parameters) {}
function call ($newthis, ...$parameters) {}
/**
* @param callable $callable