Passed
Push — master ( d0995f...144685 )
by Alexander
01:59
created
src/Helpers/QueryHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public static function sqlCall(string $sqlMethod, ...$params): Expression
19 19
     {
20
-        $expressions = implode(', ', array_map(function ($expression) {
20
+        $expressions = implode(', ', array_map(function($expression) {
21 21
             return "({$expression})";
22 22
         }, $params));
23 23
 
Please login to merge, or discard this patch.