@@ -39,7 +39,7 @@ |
||
| 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 | |