Passed
Pull Request — master (#1798)
by Timo
06:49
created
Classes/Domain/Search/LastSearches/LastSearchesRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         return $queryBuilder
67 67
             ->select('keywords')
68 68
             ->addSelectLiteral(
69
-                $queryBuilder->expr()->max('tstamp','maxtstamp')
69
+                $queryBuilder->expr()->max('tstamp', 'maxtstamp')
70 70
             )
71 71
             ->from($this->table)
72 72
             // There is no support for DISTINCT, a ->groupBy() has to be used instead.
Please login to merge, or discard this patch.