1
0
mirror of synced 2025-01-18 14:31:40 +03:00

Removed double linebreaks

This commit is contained in:
Menno Holtkamp 2014-03-19 13:03:26 +01:00
parent 400f420925
commit 56e879b7aa

View File

@ -645,7 +645,6 @@ class Expr
return new Expr\Func('TRIM', $x);
}
/**
* Creates an instance of MEMBER OF function, with the given arguments.
*
@ -659,7 +658,6 @@ class Expr
return $x . ' MEMBER OF ' . $y;
}
/**
* Creates an instance of INSTANCE OF function, with the given arguments.
*