Completed
Pull Request — master (#389)
by Luc
26:47
created
src/SavedSearches/Properties/CreatedByQueryString.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,6 +25,6 @@
 block discarded – undo
25 25
      */
26 26
     private function generateQuery(): string
27 27
     {
28
-        return 'createdby:' . $this->userId->toNative();
28
+        return 'createdby:'.$this->userId->toNative();
29 29
     }
30 30
 }
Please login to merge, or discard this patch.