Skip to content

Commit e008fc2

Browse files
committed
Dev: Return type fix
1 parent 441ca60 commit e008fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Database/Query.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ protected function _where($where, $value = null, $type = 'AND ', $op = '=', $bin
13131313
/**
13141314
* Add parentheses to a where condition.
13151315
*
1316-
* @return string
1316+
* @return void
13171317
*
13181318
* @internal
13191319
*/

0 commit comments

Comments
 (0)