Passed
Pull Request — master (#143)
by Matt
04:49
created
src/Controller/Search/SearchController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         // TODO: Maybe try combining results from $imageFinder and $wanderFinder?
40 40
         $queryString = "";
41 41
 
42
-        $form = $this->createFormBuilder(null, ['method' => 'GET' ])
42
+        $form = $this->createFormBuilder(null, ['method' => 'GET'])
43 43
             ->add('query', SearchType::class, ['label' => false])
44 44
             ->getForm();
45 45
 
Please login to merge, or discard this patch.