mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Correct name of ErrorException::__construct $line param
This commit is contained in:
parent
293937fbc2
commit
092f729e46
@ -2535,7 +2535,7 @@ return [
|
||||
'error_log' => ['bool', 'message'=>'string', 'message_type='=>'int', 'destination='=>'string', 'additional_headers='=>'string'],
|
||||
'error_reporting' => ['int', 'error_level='=>'int'],
|
||||
'ErrorException::__clone' => ['void'],
|
||||
'ErrorException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'severity='=>'int', 'filename='=>'string', 'lineno='=>'int', 'previous='=>'?Throwable|?ErrorException'],
|
||||
'ErrorException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'severity='=>'int', 'filename='=>'string', 'line='=>'int', 'previous='=>'?Throwable|?ErrorException'],
|
||||
'ErrorException::__toString' => ['string'],
|
||||
'ErrorException::getCode' => ['int'],
|
||||
'ErrorException::getFile' => ['string'],
|
||||
|
@ -1382,7 +1382,7 @@ return [
|
||||
'Error::getTrace' => ['list<array<string,mixed>>'],
|
||||
'Error::getTraceAsString' => ['string'],
|
||||
'ErrorException::__clone' => ['void'],
|
||||
'ErrorException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'severity='=>'int', 'filename='=>'string', 'lineno='=>'int', 'previous='=>'?Throwable|?ErrorException'],
|
||||
'ErrorException::__construct' => ['void', 'message='=>'string', 'code='=>'int', 'severity='=>'int', 'filename='=>'string', 'line='=>'int', 'previous='=>'?Throwable|?ErrorException'],
|
||||
'ErrorException::__toString' => ['string'],
|
||||
'ErrorException::getCode' => ['int'],
|
||||
'ErrorException::getFile' => ['string'],
|
||||
|
Loading…
Reference in New Issue
Block a user