MDL-70899 dml: set_db_handle() definition not compatible with parent

This commit is contained in:
Marina Glancy 2021-02-15 15:16:31 +01:00
parent a2fda1289f
commit 9a1ea11a0b

View file

@ -200,7 +200,7 @@ class read_slave_moodle_database extends test_moodle_database {
* @param string $dbh * @param string $dbh
* @return void * @return void
*/ */
protected function set_db_handle($dbh) { protected function set_db_handle($dbh): void {
$this->handle = $dbh; $this->handle = $dbh;
} }