Test Failed
Push — master ( d8d5ef...b9f7fc )
by mcfog
01:56
created
Tests/ConditionMiddlewareTest.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -27,6 +27,10 @@  discard block
 block discarded – undo
27 27
         {
28 28
             protected $params;
29 29
 
30
+            /**
31
+             * @param \PHPUnit\Framework\MockObject\MockObject $request
32
+             * @param anonymous//Tests/NimoTestCase.php$0 $handler
33
+             */
30 34
             public function __construct(MiddlewareInterface $innerMiddleware, $request, $handler)
31 35
             {
32 36
                 parent::__construct($innerMiddleware);
@@ -62,6 +66,10 @@  discard block
 block discarded – undo
62 66
         {
63 67
             protected $params;
64 68
 
69
+            /**
70
+             * @param \PHPUnit\Framework\MockObject\MockObject $request
71
+             * @param RequestHandlerInterface $handler
72
+             */
65 73
             public function __construct(MiddlewareInterface $innerMiddleware, $request, $handler)
66 74
             {
67 75
                 parent::__construct($innerMiddleware);
Please login to merge, or discard this patch.
Tests/NimoTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @return ServerRequestInterface
27
+     * @return \PHPUnit\Framework\MockObject\MockObject
28 28
      */
29 29
     protected function getRequestMock()
30 30
     {
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     }
33 33
 
34 34
     /**
35
-     * @return ResponseInterface
35
+     * @return \PHPUnit\Framework\MockObject\MockObject
36 36
      */
37 37
     protected function getResponseMock()
38 38
     {
Please login to merge, or discard this patch.