We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5e502 commit 9b2a04aCopy full SHA for 9b2a04a
src/Expression.php
@@ -3,7 +3,7 @@
3
class Expression extends AbstractExpression {
4
const PLACEHOLDER = '?';
5
protected string $expression = '';
6
- protected array $parameters = [];
+ protected mixed $parameters = [];
7
protected array $types = [];
8
/**
9
*
0 commit comments