Completed
Push — master ( ff013c...75a318 )
by Erin
02:17
created
src/Matcher/ExceptionMatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
227 227
      * Executes the callable and matches the exception type and exception message.
228 228
      *
229 229
      * @param $actual
230
-     * @return bool
230
+     * @return boolean|null
231 231
      */
232 232
     protected function doMatch($actual)
233 233
     {
Please login to merge, or discard this patch.