@@ -84,6 +84,9 @@ |
||
84 | 84 | return true; |
85 | 85 | } |
86 | 86 | |
87 | + /** |
|
88 | + * @param string $result |
|
89 | + */ |
|
87 | 90 | private function setUp( |
88 | 91 | $result, |
89 | 92 | Command $command, |
@@ -74,6 +74,9 @@ |
||
74 | 74 | return $this; |
75 | 75 | } |
76 | 76 | |
77 | + /** |
|
78 | + * @param integer $test |
|
79 | + */ |
|
77 | 80 | public function index($test) |
78 | 81 | { |
79 | 82 | // Do controller stuff |
@@ -52,11 +52,11 @@ |
||
52 | 52 | /** |
53 | 53 | * Set SUT object |
54 | 54 | * |
55 | - * @param Collaborator|ControllerDispatchInflectorInterface $controllerDispatchInflector |
|
56 | - * @param Collaborator|ControllerInvokerInterface $invoker |
|
55 | + * @param ControllerDispatchInflectorInterface $controllerDispatchInflector |
|
56 | + * @param ControllerInvokerInterface $invoker |
|
57 | 57 | * @param Collaborator|ContainerInterface $container |
58 | - * @param Collaborator|TestController $controller |
|
59 | - * @param Collaborator|ControllerContextInterface $context |
|
58 | + * @param TestController $controller |
|
59 | + * @param ControllerContextInterface $context |
|
60 | 60 | */ |
61 | 61 | function let( |
62 | 62 | ControllerDispatchInflectorInterface $controllerDispatchInflector, |
@@ -91,7 +91,7 @@ |
||
91 | 91 | /** |
92 | 92 | * Prepares the request collaborator |
93 | 93 | * |
94 | - * @param ServerRequestInterface|Collaborator $request |
|
94 | + * @param ServerRequestInterface $request |
|
95 | 95 | */ |
96 | 96 | private function prepareRequest(ServerRequestInterface $request) |
97 | 97 | { |
@@ -109,9 +109,9 @@ |
||
109 | 109 | /** |
110 | 110 | * Prepares the test |
111 | 111 | * |
112 | - * @param ServerRequestInterface|Collaborator $request |
|
113 | - * @param RouterContainer|Collaborator $router |
|
114 | - * @param Generator|Collaborator $generator |
|
112 | + * @param ServerRequestInterface $request |
|
113 | + * @param RouterContainer $router |
|
114 | + * @param Generator $generator |
|
115 | 115 | */ |
116 | 116 | private function prepareTest( |
117 | 117 | ServerRequestInterface $request, |