Skip to content

Commit 142d58c

Browse files
cs fix
1 parent 23ab3f1 commit 142d58c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/AQL/HasMiscellaneousFunctions.php

-1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,4 @@ public function warn(): FunctionExpression
123123

124124
return new FunctionExpression('WARN', $preppedArguments);
125125
}
126-
127126
}

tests/Unit/AQL/MiscellaneousFunctionsTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,4 @@ public function testWarnMultiplePredicates()
115115
$qb->get()->query
116116
);
117117
}
118-
119-
120118
}

0 commit comments

Comments
 (0)