Skip to content

Commit 023c20d

Browse files
samdarkvjik
andauthored
Add ExpressionBuilderInterface::build() (#406)
Co-authored-by: Sergei Predvoditelev <[email protected]>
1 parent 3a17c30 commit 023c20d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Builder/JsonOverlapsConditionBuilder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* Builds expressions for {@see JsonOverlapsCondition} for MySQL Server.
18+
*
19+
* @extends AbstractOverlapsConditionBuilder<JsonOverlapsCondition>
1820
*/
1921
final class JsonOverlapsConditionBuilder extends AbstractOverlapsConditionBuilder
2022
{

0 commit comments

Comments
 (0)