mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix Exception type
This commit is contained in:
parent
3fa1cce4f6
commit
4d0d5fab9a
@ -1858,7 +1858,7 @@ return [
|
||||
'Exception::__clone' => ['Throwable|Exception'],
|
||||
'Exception::__construct\'1' => ['Exception', 'message='=>'string'],
|
||||
'Exception::__construct\'2' => ['Exception', 'message='=>'string', 'code='=>'int'],
|
||||
'Exception::__construct' => ['Exception', 'message='=>'string', 'code='=>'int', 'previous='=>'Throwable|Exception'],
|
||||
'Exception::__construct' => ['Exception', 'message='=>'string', 'code='=>'int', 'previous='=>'Throwable|null'],
|
||||
'Exception::getCode' => ['int'],
|
||||
'Exception::getFile' => ['string'],
|
||||
'Exception::getLine' => ['int'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user