Browse Source
Merge pull request #8696 from nextcloud/fix-public-api-doc
Fix PHPDoc for public API
pull/8711/head
blizzz
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lib/public/DB/QueryBuilder/IFunctionBuilder.php
|
|
|
@ -77,7 +77,7 @@ interface IFunctionBuilder { |
|
|
|
* |
|
|
|
* @param mixed $field |
|
|
|
* @return IQueryFunction |
|
|
|
* @since 13.0.0 |
|
|
|
* @since 14.0.0 |
|
|
|
*/ |
|
|
|
public function lower($field); |
|
|
|
} |