Completed
Pull Request — master (#638)
by Peter
03:41
created
library/Mockery/Adapter/Phpunit/TestListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * After each test, perform Mockery verification tasks and cleanup the
27 27
      * statically stored Mockery container for the next test.
28 28
      *
29
-     * @param  PHPUnit_Framework_Test $test
29
+     * @param  \PHPUnit_Framework_Test $test
30 30
      * @param  float                  $time
31 31
      */
32 32
     public function endTest(\PHPUnit_Framework_Test $test, $time)
Please login to merge, or discard this patch.