Passed
Pull Request — master (#214)
by Matt
12:17
created
src/Controller/TagController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 
69 69
         $results = $wanderFinder->createHybridPaginatorAdapter($nested);
70 70
 
71
-        $perPage = 10;  // TODO: Parameterise this results-per-page
71
+        $perPage = 10; // TODO: Parameterise this results-per-page
72 72
         $page = $request->query->getInt('page', 1);
73 73
 
74 74
         // Avoid Elastica limit caused by malicious probing "Result window is too large, from + size must be less than or equal to: [10000]"
Please login to merge, or discard this patch.