diff --git a/src/AQL/HasMiscellaneousFunctions.php b/src/AQL/HasMiscellaneousFunctions.php index 07b3dc1..04dbe32 100644 --- a/src/AQL/HasMiscellaneousFunctions.php +++ b/src/AQL/HasMiscellaneousFunctions.php @@ -123,5 +123,4 @@ public function warn(): FunctionExpression return new FunctionExpression('WARN', $preppedArguments); } - } diff --git a/tests/Unit/AQL/MiscellaneousFunctionsTest.php b/tests/Unit/AQL/MiscellaneousFunctionsTest.php index ae4d9d0..3b4134c 100644 --- a/tests/Unit/AQL/MiscellaneousFunctionsTest.php +++ b/tests/Unit/AQL/MiscellaneousFunctionsTest.php @@ -115,6 +115,4 @@ public function testWarnMultiplePredicates() $qb->get()->query ); } - - }