Completed
Push — update-phpunit-9-remove-cs-fix... ( b6b233...0d5141 )
by Stanimir
14:17 queued 04:13
created
src/SaveOnFailure.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -128,8 +128,8 @@  discard block
 block discarded – undo
128 128
      * Implement PHPUnit\Framework\TestListener, save driver content if there was an error.
129 129
      *
130 130
      * @param Test      $test
131
-     * @param Exception $exception
132
-     * @param int       $time
131
+     * @param Throwable $exception
132
+     * @param double       $time
133 133
      */
134 134
     public function addError(Test $test, Throwable $exception, float $time): void
135 135
     {
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
      *
148 148
      * @param Test                                    $test
149 149
      * @param \PHPUnit\Framework\AssertionFailedError $failure
150
-     * @param int                                     $time
150
+     * @param double                                     $time
151 151
      */
152 152
     public function addFailure(Test $test, AssertionFailedError $failure, float $time): void
153 153
     {
Please login to merge, or discard this patch.