Completed
Push — master ( 55e0d1...34569c )
by Erin
9s
created
src/Matcher/ExceptionMatcher.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.