1
0
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:
Matthew Brown 2016-10-26 10:25:52 -04:00
parent 9d4129f403
commit b0b767c465

View File

@ -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'],