Adjust type hints in database related classes
authorUmherirrender <umherirrender_de.wp@web.de>
Mon, 3 Jun 2019 17:39:57 +0000 (19:39 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Wed, 5 Jun 2019 17:10:13 +0000 (19:10 +0200)
commit348a784f486b84a12296bf42324b975a151f1e6b
tree026c4f8c94aa5b9308fe0402c1cda8fd86d273d1
parent75cffa0b998b300b4d79ab3d1e7f61857d32b1aa
Adjust type hints in database related classes

Change from ResultWrapper to IResultWrapper
Change from mysqli_result to resource
Changed mixed to return hint of interface
Document that fieldInfo returns bool

Change-Id: I5572fd41e0e11a2bc2eb116d0c82327499ecc518
includes/db/DatabaseOracle.php
includes/libs/rdbms/database/Database.php
includes/libs/rdbms/database/DatabaseMssql.php
includes/libs/rdbms/database/DatabaseMysqlBase.php
includes/libs/rdbms/database/DatabaseSqlite.php
includes/libs/rdbms/database/IDatabase.php
includes/libs/rdbms/database/IMaintainableDatabase.php