wiki.techinc.nl/includes/objectcache
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
..
MemcachedPeclBagOStuff.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ObjectCache.php Fix installer issues introduces by MediaWikiServices 2016-05-17 15:24:31 +00:00
RedisBagOStuff.php RedisBagOStuff: Fix unserialization of negative numbers 2016-05-11 20:51:08 -07:00
SqlBagOStuff.php Use callable type-hint in a few places 2016-06-07 16:39:22 -07:00