From b0b767c4654f769ecc67dbc3cd1b04c467f7a0c3 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Wed, 26 Oct 2016 10:25:52 -0400 Subject: [PATCH] Fix unnecessary Exception signatures --- src/Psalm/CallMap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Psalm/CallMap.php b/src/Psalm/CallMap.php index effb4ed9e..aa11b5e50 100644 --- a/src/Psalm/CallMap.php +++ b/src/Psalm/CallMap.php @@ -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'],