Removed double linebreaks
This commit is contained in:
parent
400f420925
commit
56e879b7aa
@ -645,7 +645,6 @@ class Expr
|
|||||||
return new Expr\Func('TRIM', $x);
|
return new Expr\Func('TRIM', $x);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an instance of MEMBER OF function, with the given arguments.
|
* Creates an instance of MEMBER OF function, with the given arguments.
|
||||||
*
|
*
|
||||||
@ -659,7 +658,6 @@ class Expr
|
|||||||
return $x . ' MEMBER OF ' . $y;
|
return $x . ' MEMBER OF ' . $y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates an instance of INSTANCE OF function, with the given arguments.
|
* Creates an instance of INSTANCE OF function, with the given arguments.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user