Completed
Push — fix-hhvm-build ( fd57d7 )
by Erin
02:12
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.
src/Formatter/Formatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      * {@inheritdoc}
51 51
      *
52 52
      * @param  TemplateInterface $template
53
-     * @return mixed|string
53
+     * @return string
54 54
      */
55 55
     public function getMessage(TemplateInterface $template)
56 56
     {
Please login to merge, or discard this patch.