wiki.techinc.nl/includes/jobqueue/aggregator
Erik Bernhardson d67197fa11 Cleanup some incorrect return annotations
Most of these are simply changing annotations to reflect
reality. If a function can return false to indicate failure
the @return should indicate it.

Some are fixing preg_match calls, preg match returns 1, 0 or false,
but the functions all claim to return booleans.

This is far from all the incorrect return types in mediawiki, there
are around 250 detected by phan, but have to start somewhere.

Change-Id: I1bbdfee6190747bde460f8a7084212ccafe169ef
2016-12-12 10:15:05 -08:00
..
JobQueueAggregator.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
JobQueueAggregatorRedis.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00