Completed
Push — master ( dc3001...f72a69 )
by Luc
44:07 queued 08:30
created
src/SavedSearches/Properties/CreatedByQueryString.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
 
16 16
         $query = implode(' OR ', $queryParts);
17 17
         if (count($queryParts) > 1) {
18
-            $query = '(' . $query . ')';
18
+            $query = '('.$query.')';
19 19
         }
20
-        $query = 'createdby:' . $query;
20
+        $query = 'createdby:'.$query;
21 21
 
22 22
         parent::__construct($query);
23 23
     }
Please login to merge, or discard this patch.