diff --git a/src/Sql/Functors/BinaryOperatorFunctors/SqlLikeFunctor.php b/src/Sql/Functors/BinaryOperatorFunctors/SqlLikeFunctor.php index ae98b62d..f398a2ef 100644 --- a/src/Sql/Functors/BinaryOperatorFunctors/SqlLikeFunctor.php +++ b/src/Sql/Functors/BinaryOperatorFunctors/SqlLikeFunctor.php @@ -1,5 +1,5 @@ getFunctionName() . ' (' . $this->subjects[0]->getAsString() . ')'; + } } diff --git a/src/Sql/Functors/FunctionFunctors/SqlMaxFunctor.php b/src/Sql/Functors/FunctionFunctors/SqlMaxFunctor.php index d9d74e2e..fe5492ed 100644 --- a/src/Sql/Functors/FunctionFunctors/SqlMaxFunctor.php +++ b/src/Sql/Functors/FunctionFunctors/SqlMaxFunctor.php @@ -1,5 +1,5 @@