wiki.techinc.nl/includes/db
Kunal Mehta 4a8ae0a0b4 Use callable type-hint in a few places
Mostly places which immediately had a:
 if ( !is_callable( $callback ) ) {
  throw new Exception(...);
 }
check at the beginning of the function.

Change-Id: Ia78663b2231629010816bd1cda8814b996968d1d
2016-06-07 16:39:22 -07:00
..
loadbalancer Add LBFactory::closeAll() method 2016-05-25 07:43:23 +00:00
ChronologyProtector.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CloneDatabase.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Database.php Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00
DatabaseError.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DatabaseMssql.php Merge "Update Microsoft SQL Server schema" 2016-05-02 21:34:50 +00:00
DatabaseMysql.php Merge "database: Small DB class cleanups" 2015-06-28 00:26:07 +00:00
DatabaseMysqlBase.php Support non-replicating DB clusters for static datasets 2016-05-18 16:03:27 -07:00
DatabaseMysqli.php Fix numerous class/function casing 2016-03-18 23:14:49 +00:00
DatabaseOracle.php Replace uses of join() by implode() 2016-03-08 18:24:16 +00:00
DatabasePostgres.php Merge "Use pg_result_error, not pg_last_error, as the latter gives false negatives." 2016-04-08 23:56:05 +00:00
DatabaseSqlite.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DatabaseUtility.php Fixes to masterPosWait() for master switchovers 2016-03-08 03:37:44 -08:00
DBConnRef.php Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00
IDatabase.php Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00