Do not mix void with other return types

Inspired by #7527
This commit is contained in:
Marc Würth 2015-10-10 15:49:00 +02:00
parent f50efd7595
commit ed410dd12c
4 changed files with 7 additions and 7 deletions

View file

@ -3209,7 +3209,7 @@ class DboSource extends DataSource {
*
* @param string $table The name of the table to update.
* @param string $column The column to use when resetting the sequence value.
* @return bool|void success.
* @return bool Success.
*/
public function resetSequence($table, $column) {
}