mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-70899 dml: set_db_handle() definition not compatible with parent
This commit is contained in:
parent
a2fda1289f
commit
9a1ea11a0b
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class read_slave_moodle_database extends test_moodle_database {
|
|||
* @param string $dbh
|
||||
* @return void
|
||||
*/
|
||||
protected function set_db_handle($dbh) {
|
||||
protected function set_db_handle($dbh): void {
|
||||
$this->handle = $dbh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue