Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class CompileJsonLength extends MySQLJsonExpression |
||
15 | { |
||
16 | /** |
||
17 | * @param non-empty-string $statement |
||
|
|||
18 | * @param int<0, max> $length |
||
19 | * @param non-empty-string $operator |
||
20 | */ |
||
21 | public function __construct( |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param non-empty-string $statement |
||
31 | * |
||
32 | * @return non-empty-string |
||
33 | */ |
||
34 | protected function compile(string $statement): string |
||
44 |