@@ -35,7 +35,6 @@ discard block  | 
                                                    ||
| 35 | 35 | protected $messageTemplate;  | 
                                                        
| 36 | 36 | |
| 37 | 37 | /**  | 
                                                        
| 38 | - * @param callable $expected  | 
                                                        |
| 39 | 38 | */  | 
                                                        
| 40 | 39 | public function __construct($exceptionType)  | 
                                                        
| 41 | 40 |      { | 
                                                        
@@ -214,7 +213,7 @@ discard block  | 
                                                    ||
| 214 | 213 | * Executes the callable and matches the exception type and exception message.  | 
                                                        
| 215 | 214 | *  | 
                                                        
| 216 | 215 | * @param $actual  | 
                                                        
| 217 | - * @return bool  | 
                                                        |
| 216 | + * @return boolean|null  | 
                                                        |
| 218 | 217 | */  | 
                                                        
| 219 | 218 | protected function doMatch($actual)  | 
                                                        
| 220 | 219 |      { |