Completed
Push — master ( b802ce...956408 )
by Pablo
02:14
created
src/WhiteOctober/PagerfantaTestBundle/Controller/PagerfantaController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -66,6 +66,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
PagerfantaTestBundle/Tests/Controller/PagerfantaControllerTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -240,6 +240,10 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.