Completed
Push — master ( 9b683f...492298 )
by Fwolf
07:46
created
tests/FwlibTest/Html/ListView/RendererTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     /**
20 20
      * @param   string[]    $methods
21
-     * @return  MockObject | Renderer
21
+     * @return  Renderer | Renderer
22 22
      */
23 23
     protected function buildMock(array $methods = null)
24 24
     {
Please login to merge, or discard this patch.
tests/FwlibTest/Workflow/AbstractManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fwlib\Workflow\ModelInterface;
5 5
 use Fwolf\Wrapper\PHPUnit\PHPUnitTestCase;
6
-use Fwlib\Workflow\AbstractManager;
7 6
 
8 7
 /**
9 8
  * @copyright   Copyright 2014-2015 Fwolf
Please login to merge, or discard this patch.