@@ -66,6 +66,9 @@ |
||
66 | 66 | )); |
67 | 67 | } |
68 | 68 | |
69 | + /** |
|
70 | + * @param string $name |
|
71 | + */ |
|
69 | 72 | private function renderPagerfanta($name) |
70 | 73 | { |
71 | 74 | $template = $this->buildTemplateName($name); |
@@ -240,6 +240,10 @@ |
||
240 | 240 | $this->assertSame(200, $response->getStatusCode()); |
241 | 241 | } |
242 | 242 | |
243 | + /** |
|
244 | + * @param string $view |
|
245 | + * @param string $html |
|
246 | + */ |
|
243 | 247 | private function assertView($view, $html) |
244 | 248 | { |
245 | 249 | $client = static::createClient(); |
@@ -101,7 +101,7 @@ |
||
101 | 101 | * |
102 | 102 | * @param array $options |
103 | 103 | * |
104 | - * @return callable |
|
104 | + * @return \Closure |
|
105 | 105 | * |
106 | 106 | * @throws \Exception |
107 | 107 | */ |