|
|
@@ -23,8 +23,6 @@ use Cake\Database\ValueBinder;
|
|
|
* A Comparison is a type of query expression that represents an operation
|
|
|
* involving a field an operator and a value. In its most common form the
|
|
|
* string representation of a comparison is `field = value`
|
|
|
- *
|
|
|
- * @internal
|
|
|
*/
|
|
|
class Comparison implements ExpressionInterface, FieldInterface
|
|
|
{
|