Skip to content

Commit 9b2a04a

Browse files
authored
bug fix
1 parent 0d5e502 commit 9b2a04a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Expression.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
class Expression extends AbstractExpression {
44
const PLACEHOLDER = '?';
55
protected string $expression = '';
6-
protected array $parameters = [];
6+
protected mixed $parameters = [];
77
protected array $types = [];
88
/**
99
*

0 commit comments

Comments
 (0)