Merge branch 'MDL-70899-master' of git://github.com/marinaglancy/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2021-03-01 20:20:46 +01:00
+1 -1
View File
@@ -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;
}