Skip to content

Commit 22d450f

Browse files
committed
no issue - fix phpstan and possible crash in php 8.3
1 parent 21f8f82 commit 22d450f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Expression/Value.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
namespace MakinaCorpus\QueryBuilder\Expression;
66

7-
use MakinaCorpus\QueryBuilder\Expression;
8-
97
/**
108
* Represents a raw value, along with an optional type.
119
*
@@ -14,7 +12,7 @@
1412
*
1513
* Value itself can be anything including an Expression instance.
1614
*/
17-
class Value implements Expression
15+
class Value implements Castable
1816
{
1917
public function __construct(
2018
private mixed $value,

0 commit comments

Comments
 (0)