Passed
Push — develop ( 52014b...6624c8 )
by Stone
04:00
created
src/Controller/Trick/SearchTrickController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,8 @@
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
- * @Route("/search/{categoryId}", name="trick.search")
29
- */
28
+     * @Route("/search/{categoryId}", name="trick.search")
29
+     */
30 30
     public function search($categoryId = "")
31 31
     {
32 32
         $categories = $this->categoryRepository->findAll();
Please login to merge, or discard this patch.