From 142d58c880f1870060ef0d79718d504c12f5680a Mon Sep 17 00:00:00 2001 From: Bas Date: Fri, 12 Nov 2021 13:52:17 +0100 Subject: [PATCH] cs fix --- src/AQL/HasMiscellaneousFunctions.php | 1 - tests/Unit/AQL/MiscellaneousFunctionsTest.php | 2 -- 2 files changed, 3 deletions(-) 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 ); } - - }