| Total Complexity | 2 | 
| Total Lines | 15 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 18 | class ExistsConditionBuilder implements ExpressionBuilderInterface  | 
            ||
| 19 | { | 
            ||
| 20 | public function __construct(private QueryBuilderInterface $queryBuilder)  | 
            ||
| 21 |     { | 
            ||
| 22 | }  | 
            ||
| 23 | |||
| 24 | /**  | 
            ||
| 25 | * @throws Exception|InvalidArgumentException|InvalidConfigException|NotSupportedException  | 
            ||
| 26 | */  | 
            ||
| 27 | public function build(ExistConditionInterface $expression, array &$params = []): string  | 
            ||
| 33 | }  | 
            ||
| 34 | }  | 
            ||
| 35 |