mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
parent
379be91618
commit
7dbdf2f7e0
6 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ interface ICompositeExpression {
|
|||
*
|
||||
* @param array $parts
|
||||
*
|
||||
* @return \OCP\DB\ICompositeExpression
|
||||
* @return ICompositeExpression
|
||||
* @since 8.2.0
|
||||
*/
|
||||
public function addMultiple(array $parts = array());
|
||||
|
|
@ -41,7 +41,7 @@ interface ICompositeExpression {
|
|||
*
|
||||
* @param mixed $part
|
||||
*
|
||||
* @return \OCP\DB\ICompositeExpression
|
||||
* @return ICompositeExpression
|
||||
* @since 8.2.0
|
||||
*/
|
||||
public function add($part);
|
||||
Loading…
Reference in a new issue