\OCP\DB to PSR-4 (#24650)

* Move \OCP\DB to PSR-4

* Fix PHP doc
This commit is contained in:
Roeland Douma 2016-05-17 17:38:25 +02:00 committed by Thomas Müller
parent 379be91618
commit 7dbdf2f7e0
6 changed files with 2 additions and 2 deletions

View file

@ -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);