mirror of
https://github.com/danog/psalm.git
synced 2024-12-03 10:07:52 +01:00
Fix unnecessary Exception signatures
This commit is contained in:
parent
9d4129f403
commit
b0b767c465
@ -1856,8 +1856,6 @@ return [
|
||||
'EvWatcher::start' => ['void'],
|
||||
'EvWatcher::stop' => ['void'],
|
||||
'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|null'],
|
||||
'Exception::getCode' => ['int'],
|
||||
'Exception::getFile' => ['string'],
|
||||
|
Loading…
Reference in New Issue
Block a user