What's a boolif?
This commit is contained in:
parent
f07567201f
commit
25637962d5
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ abstract class ApiQueryBase extends ApiBase {
|
|||
/**
|
||||
* Same as addWhere(), but add the WHERE clauses only if a condition is met
|
||||
* @param $value mixed See addWhere()
|
||||
* @param $condition boolIf false, do nothing
|
||||
* @param $condition bool If false, do nothing
|
||||
* @return bool $condition
|
||||
*/
|
||||
protected function addWhereIf( $value, $condition ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue