Test Setup Failed
Branch master (023278)
by Bas
05:33
created
src/AQL/HasArrayFunctions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public function countDistinct($value)
29 29
     {
30
-         return new FunctionExpression('COUNT_DISTINCT', [$value]);
30
+            return new FunctionExpression('COUNT_DISTINCT', [$value]);
31 31
     }
32 32
 
33 33
     /**
Please login to merge, or discard this patch.