Passed
Pull Request — master (#1802)
by Timo
05:17
created
Classes/Domain/Search/Query/Query.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -943,7 +943,7 @@
 block discarded – undo
943 943
      */
944 944
     public function setSorting($sorting)
945 945
     {
946
-        $sorting = trim((string) $sorting);
946
+        $sorting = trim((string)$sorting);
947 947
         $enabled = $sorting !== '';
948 948
         $this->sorting->setIsEnabled($enabled);
949 949
         $this->sorting->setSortField($sorting);
Please login to merge, or discard this patch.