Skip to content

Commit

Permalink
Fix doc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Jul 1, 2024
1 parent 952395e commit f5a63c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
interface OverlapsConditionInterface extends ConditionInterface
{
/**
* @return ExpressionInterface|string The column name. If it's an array, a composite `IN` condition will be
* generated.
* @return ExpressionInterface|string The column name or an Expression.
*/
public function getColumn(): string|ExpressionInterface;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
interface SimpleConditionInterface extends ConditionInterface
{
/**
* @return ExpressionInterface|string The column name. If it's an array, a composite `IN` condition will be
* generated.
* @return ExpressionInterface|string The column name or an Expression.
*/
public function getColumn(): string|ExpressionInterface;

Expand Down

0 comments on commit f5a63c9

Please sign in to comment.