Test Setup Failed
Pull Request — release/2.5.x (#10)
by Muhammed
20:47 queued 03:13
created
src/Zicht/Bundle/PageBundle/Url/PageUrlProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
             ->andWhere('p.title LIKE :pattern')
81 81
             ->setMaxResults(30)
82 82
             ->getQuery()
83
-            ->execute(array('pattern' => '%' . $pattern . '%'));
83
+            ->execute(array('pattern' => '%'.$pattern.'%'));
84 84
 
85 85
         $suggestions = array();
86 86
         foreach ($pages as $page) {
Please login to merge, or discard this patch.