Test Failed
Push — release/2.5.x ( 9a29e9...2ff135 )
by Muhammed
32:07
created
src/Zicht/Bundle/PageBundle/Command/CleanAliasCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         $stmt->execute(
56 56
             [
57 57
                 ':url_pre_id' => sprintf('/%s/page/', $locale),
58
-                ':url_like' => sprintf('/%s/page/', sprintf('/%s/page/', $locale) . '%'),
58
+                ':url_like' => sprintf('/%s/page/', sprintf('/%s/page/', $locale).'%'),
59 59
             ]
60 60
         );
61 61
 
Please login to merge, or discard this patch.