Passed
Push — main ( 1d3184...e330c4 )
by Sammy
07:00
created
src/Tracer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     private function filter(SelectInterface $q, array $options) : void
99 99
     {
100 100
         if (isset($options['on'])) {
101
-            $q->whereLike('query_on', $options['on'] . '%');
101
+            $q->whereLike('query_on', $options['on'].'%');
102 102
         }
103 103
 
104 104
         if (isset($options['by'])) {
Please login to merge, or discard this patch.